From 44f2db7493454b41d2f5c81b76bd30f2f035ed31 Mon Sep 17 00:00:00 2001 From: Amy Huang Date: Fri, 22 Sep 2023 13:55:48 -0700 Subject: [PATCH] Fix attr docs from previous no-unique-adderss change (#67195) Previous change in https://github.com/llvm/llvm-project/pull/65675 broke the docs generation. --- clang/include/clang/Basic/Attr.td | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/include/clang/Basic/Attr.td b/clang/include/clang/Basic/Attr.td index bb8d204f33dc53..35eb6ff6313262 100644 --- a/clang/include/clang/Basic/Attr.td +++ b/clang/include/clang/Basic/Attr.td @@ -1803,7 +1803,6 @@ def NoUniqueAddress : InheritableAttr { // No spellings because instances of this attribute are created by // MSNoUniqueAddress and ItaniumNoUniqueAddress let Spellings = []; - let Documentation = [NoUniqueAddressDocs]; } def MSNoUniqueAddress : InheritableAttr, TargetSpecificAttr {