Build fix: AttributeCommonInfo::AS_C2x

This commit is contained in:
Hans Wennborg 2020-03-25 15:42:21 +01:00
parent f631b9dc36
commit c278e8f8f9
1 changed files with 1 additions and 1 deletions

View File

@ -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;