From 4c2bccfda3892ae13e97b6bfdbc99ec8cf5d095d Mon Sep 17 00:00:00 2001 From: Martin Boehme Date: Wed, 15 Jun 2022 10:59:07 +0200 Subject: [PATCH] [Clang] Documentation-only: Add missing closing `>` in AttrDocs.td --- clang/include/clang/Basic/AttrDocs.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` is true for all types ``T``. - It is not permissible for overloaded functions or template specializations