[clang] 4c2bccf - [Clang] Documentation-only: Add missing closing `>` in AttrDocs.td
Martin Boehme via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 01:59:52 PDT 2022
Author: Martin Boehme
Date: 2022-06-15T10:59:07+02:00
New Revision: 4c2bccfda3892ae13e97b6bfdbc99ec8cf5d095d
URL: https://github.com/llvm/llvm-project/commit/4c2bccfda3892ae13e97b6bfdbc99ec8cf5d095d
DIFF: https://github.com/llvm/llvm-project/commit/4c2bccfda3892ae13e97b6bfdbc99ec8cf5d095d.diff
LOG: [Clang] Documentation-only: Add missing closing `>` in AttrDocs.td
Added:
Modified:
clang/include/clang/Basic/AttrDocs.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index 6562e363a1ca..dbb7f695a5a2 100644
--- 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
More information about the cfe-commits
mailing list