Skip to content

Commit 2d27bf2

Browse files
committed
Revert "Fix attr docs from previous no-unique-adderss change (#67195)"
This reverts commit 44f2db7. It caused ``` error: Record `NoUniqueAddress', field `Documentation' exists but does not have a list value ```
1 parent 44f2db7 commit 2d27bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,6 +1803,7 @@ 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];
18061807
}
18071808

18081809
def MSNoUniqueAddress : InheritableAttr, TargetSpecificAttr<TargetMicrosoftCXXABI> {

0 commit comments

Comments
 (0)