[clang] 44f2db7 - Fix attr docs from previous no-unique-adderss change (#67195)

via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 22 13:55:51 PDT 2023


Author: Amy Huang
Date: 2023-09-22T13:55:48-07:00
New Revision: 44f2db7493454b41d2f5c81b76bd30f2f035ed31

URL: https://github.com/llvm/llvm-project/commit/44f2db7493454b41d2f5c81b76bd30f2f035ed31
DIFF: https://github.com/llvm/llvm-project/commit/44f2db7493454b41d2f5c81b76bd30f2f035ed31.diff

LOG: 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.

Added: 
    

Modified: 
    clang/include/clang/Basic/Attr.td

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Basic/Attr.td b/clang/include/clang/Basic/Attr.td
index bb8d204f33dc531..35eb6ff63132629 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<TargetMicrosoftCXXABI> {


        


More information about the cfe-commits mailing list