We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254e567 commit 18cab00Copy full SHA for 18cab00
lib/tokenize.cpp
@@ -3405,7 +3405,7 @@ bool Tokenizer::simplifyTokenList1(const char FileName[])
3405
for (Token *tok = list.front(); tok; tok = tok->next()) {
3406
if (Token::Match(tok, "[;{}]"))
3407
lt = nullptr;
3408
- else if (Token::Match(tok, "%type <"))
+ else if (Token::Match(tok, "%type% <"))
3409
lt = tok->next();
3410
else if (lt && Token::Match(tok, ">|>> %name%|::|(")) {
3411
const Token * const end = tok;
0 commit comments