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 085e21b commit 23cb0deCopy full SHA for 23cb0de
clang/include/clang/Basic/AttrDocs.td
@@ -8482,7 +8482,7 @@ that is a pointer to the type with the attribute.
8482
}
8483
8484
The above example will result in a call to ``bar`` being passed the address of
8485
-`y`` when ``y`` goes out of scope, then a call to ``foo`` being passed the
+``y`` when ``y`` goes out of scope, then a call to ``foo`` being passed the
8486
address of ``x`` when ``x`` goes out of scope. If two or more variables share
8487
the same scope, their ``cleanup`` callbacks are invoked in the reverse order
8488
the variables were declared in. It is not possible to check the return value
0 commit comments