We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cf5eb commit 1b50613Copy full SHA for 1b50613
1 file changed
lib/tokenize.cpp
@@ -9533,7 +9533,7 @@ void Tokenizer::simplifyCPPAttribute()
9533
}
9534
} else if (Token::findsimplematch(tok->tokAt(2), "nodiscard", tok->link())) {
9535
Token * head = skipCPPOrAlignAttribute(tok)->next();
9536
- while (isCPPAttribute(head) || isAlignAttribute(head))
+ while (isCPPAttribute(head) || isAlignAttribute(head))
9537
head = skipCPPOrAlignAttribute(head)->next();
9538
while (Token::Match(head, "%name%|::|*|&|<|>|,"))
9539
head = head->next();
0 commit comments