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 e734de1 commit 6737ba4Copy full SHA for 6737ba4
clang/include/clang/Basic/AttrDocs.td
@@ -3858,8 +3858,7 @@ def LifetimeBoundDocs : Documentation {
3858
The ``lifetimebound`` attribute on a function parameter or implicit object
3859
parameter indicates that objects that are referred to by that parameter may
3860
also be referred to by the return value of the annotated function (or, for a
3861
-parameter of a constructor, by the value of the constructed object). It is only
3862
-supported in C++.
+parameter of a constructor, by the value of the constructed object).
3863
3864
By default, a reference is considered to refer to its referenced object, a
3865
pointer is considered to refer to its pointee, a ``std::initializer_list<T>``
0 commit comments