We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__typeof
setVarIDPass1()
1 parent 15a4f63 commit 2af570dCopy full SHA for 2af570d
lib/tokenize.cpp
@@ -4811,7 +4811,7 @@ void Tokenizer::setVarIdPass1()
4811
if (cpp || mSettings.standards.c >= Standards::C23) {
4812
declTypeTok = Token::findmatch(tok, "decltype|typeof (", tok2);
4813
} else {
4814
- declTypeTok = Token::findsimplematch(tok, "__typeof (");
+ declTypeTok = Token::findsimplematch(tok, "__typeof (", tok2);
4815
}
4816
4817
if (declTypeTok) {
0 commit comments