forked from OSchip/llvm-project
Build fix: AttributeCommonInfo::AS_C2x
This commit is contained in:
parent
f631b9dc36
commit
c278e8f8f9
|
@ -88,7 +88,7 @@ static SmallString<64> normalizeName(const IdentifierInfo *Name,
|
|||
SmallString<64> FullName = ScopeName;
|
||||
if (!ScopeName.empty()) {
|
||||
assert(SyntaxUsed == AttributeCommonInfo::AS_CXX11 ||
|
||||
SyntaxUsed == AttributeCommonInfo::AS_C2X);
|
||||
SyntaxUsed == AttributeCommonInfo::AS_C2x);
|
||||
FullName += "::";
|
||||
}
|
||||
FullName += AttrName;
|
||||
|
|
Loading…
Reference in New Issue