We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b300f8c commit 44f2db7Copy full SHA for 44f2db7
clang/include/clang/Basic/Attr.td
@@ -1803,7 +1803,6 @@ def NoUniqueAddress : InheritableAttr {
1803
// No spellings because instances of this attribute are created by
1804
// MSNoUniqueAddress and ItaniumNoUniqueAddress
1805
let Spellings = [];
1806
- let Documentation = [NoUniqueAddressDocs];
1807
}
1808
1809
def MSNoUniqueAddress : InheritableAttr, TargetSpecificAttr<TargetMicrosoftCXXABI> {
0 commit comments