We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f7dc4 commit 9209db0Copy full SHA for 9209db0
1 file changed
lib/tokenize.cpp
@@ -9834,7 +9834,7 @@ void Tokenizer::simplifyAsm()
9834
Token::eraseTokens(tok, tok->linkAt(1)->next());
9835
}
9836
9837
- else if (Token::Match(tok, "asm|__asm|__asm__ volatile|__volatile|__volatile__| (")) {
+ else if (Token::Match(tok, "asm|__asm|__asm__ volatile|__volatile|__volatile__|goto|inline| (")) {
9838
// Goto "("
9839
Token *partok = tok->next();
9840
if (partok->str() != "(")
0 commit comments