Skip to content

Commit

Permalink
Fix attr docs from previous no-unique-adderss change (llvm#67195)
Browse files Browse the repository at this point in the history
Previous change in llvm#65675 broke
the docs generation.
  • Loading branch information
amykhuang authored Sep 22, 2023
1 parent b300f8c commit 44f2db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/include/clang/Basic/Attr.td
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 44f2db7

Please sign in to comment.