Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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