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 374f938 commit 4c2bccfCopy full SHA for 4c2bccf
clang/include/clang/Basic/AttrDocs.td
@@ -6510,7 +6510,7 @@ For example:
6510
The attribute does not have any effect on the semantics of the type system,
6511
neither type checking rules, nor runtime semantics. In particular:
6512
6513
-- ``std::is_same<T, T [[clang::annotate_type("foo")]]`` is true for all types
+- ``std::is_same<T, T [[clang::annotate_type("foo")]]>`` is true for all types
6514
``T``.
6515
6516
- It is not permissible for overloaded functions or template specializations
0 commit comments