From d87384f7dfa1158150d9759654d5f19a929b81b7 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 30 Mar 2021 16:17:09 -0700 Subject: [PATCH] [www] Fix build of attribute documentation. --- 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 ed3d75b..eabf30e 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -3035,7 +3035,7 @@ supported in C++. By default, a reference is considered to refer to its referenced object, a pointer is considered to refer to its pointee, a ``std::initializer_list`` is considered to refer to its underlying array, and aggregates (arrays and -simple ``struct``s) are considered to refer to all objects that their +simple ``struct``\s) are considered to refer to all objects that their transitive subobjects refer to. Clang warns if it is able to detect that an object or reference refers to -- 2.7.4