We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad17a0d commit 0d2edc5Copy full SHA for 0d2edc5
1 file changed
lib/tokenize.cpp
@@ -711,7 +711,6 @@ void Tokenizer::simplifyTypedef()
711
typeStart = tokOffset;
712
713
while (Token::Match(tokOffset, "const|struct|enum %type%") ||
714
- (Token::Match(tokOffset, "signed|unsigned %type%") && tokOffset->next()->isStandardType()) ||
715
(tokOffset->next() && tokOffset->next()->isStandardType()))
716
tokOffset = tokOffset->next();
717
0 commit comments