Skip to content

Commit

Permalink
[clang][docs] Fix emphasis syntax in attribute documentation (#73737)
Browse files Browse the repository at this point in the history
This causes CI failure for PRs updating `AttrDocs.td`. CC @llvm-beanz (I
don't have write access)
  • Loading branch information
DanShaders committed Nov 29, 2023
1 parent f73844d commit c6d6a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/AttrDocs.td
Original file line number Diff line number Diff line change
Expand Up @@ -7073,7 +7073,7 @@ Parameters annotated with `in` or with no annotation are passed by value from
the caller to the callee.

Parameters annotated with `out` are written to the argument after the callee
returns (Note: arguments values passed into `out` parameters _are not_ copied
returns (Note: arguments values passed into `out` parameters *are not* copied
into the callee).

Parameters annotated with `inout` are copied into the callee via a temporary,
Expand Down

0 comments on commit c6d6a57

Please sign in to comment.