projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
374f938
)
[Clang] Documentation-only: Add missing closing `>` in AttrDocs.td
author
Martin Boehme
<mboehme@google.com>
Wed, 15 Jun 2022 08:59:07 +0000
(10:59 +0200)
committer
Martin Boehme
<mboehme@google.com>
Wed, 15 Jun 2022 08:59:07 +0000
(10:59 +0200)
clang/include/clang/Basic/AttrDocs.td
patch
|
blob
|
history
diff --git
a/clang/include/clang/Basic/AttrDocs.td
b/clang/include/clang/Basic/AttrDocs.td
index 6562e363a1ca747ff38fc729c910a14e9ce75e5c..dbb7f695a5a2c9234d626a74bbc48519b7ab27b3 100644
(file)
--- a/
clang/include/clang/Basic/AttrDocs.td
+++ b/
clang/include/clang/Basic/AttrDocs.td
@@
-6510,7
+6510,7
@@
For example:
The attribute does not have any effect on the semantics of the type system,
neither type checking rules, nor runtime semantics. In particular:
-- ``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
``T``.
- It is not permissible for overloaded functions or template specializations