Skip to content

Commit 44f2db7

Browse files
authored
Fix attr docs from previous no-unique-adderss change (#67195)
Previous change in #65675 broke the docs generation.
1 parent b300f8c commit 44f2db7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,6 @@ def NoUniqueAddress : InheritableAttr {
18031803
// No spellings because instances of this attribute are created by
18041804
// MSNoUniqueAddress and ItaniumNoUniqueAddress
18051805
let Spellings = [];
1806-
let Documentation = [NoUniqueAddressDocs];
18071806
}
18081807

18091808
def MSNoUniqueAddress : InheritableAttr, TargetSpecificAttr<TargetMicrosoftCXXABI> {

0 commit comments

Comments
 (0)