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 5cd4938 commit feedd49Copy full SHA for feedd49
clang/include/clang/Basic/AttrDocs.td
@@ -3922,7 +3922,7 @@ def LifetimeCaptureByDocs : Documentation {
3922
let Category = DocCatFunction;
3923
let Content = [{
3924
Similar to `lifetimebound`_, the ``lifetime_capture_by(X)`` attribute on a function
3925
-parameter or implicit object parameter indicates that indicates that the capturing entity
+parameter or implicit object parameter indicates that the capturing entity
3926
``X`` may refer to the object referred by that parameter.
3927
3928
Below is a list of types of the parameters and what they're considered to refer to:
0 commit comments