We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73844d commit c6d6a57Copy full SHA for c6d6a57
clang/include/clang/Basic/AttrDocs.td
@@ -7073,7 +7073,7 @@ Parameters annotated with `in` or with no annotation are passed by value from
7073
the caller to the callee.
7074
7075
Parameters annotated with `out` are written to the argument after the callee
7076
-returns (Note: arguments values passed into `out` parameters _are not_ copied
+returns (Note: arguments values passed into `out` parameters *are not* copied
7077
into the callee).
7078
7079
Parameters annotated with `inout` are copied into the callee via a temporary,
0 commit comments