Fix TestExprEngine
This commit is contained in:
parent
3876b601d5
commit
eb2c0bb6ee
|
@ -9493,6 +9493,8 @@ void Tokenizer::reportUnknownMacros()
|
|||
continue;
|
||||
if (cAlternativeTokens.count(tok->linkAt(2)->next()->str()) > 0)
|
||||
continue;
|
||||
if (tok->next()->str().compare(0, 2, "__") == 0) // attribute/annotation
|
||||
continue;
|
||||
unknownMacroError(tok->next());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue