We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5936b11 commit 2215b4aCopy full SHA for 2215b4a
1 file changed
lib/tokenize.cpp
@@ -2650,6 +2650,10 @@ namespace {
2650
return false;
2651
}
2652
2653
+ if (Token::Match(tok1->tokAt(-2), "> ::")) {
2654
+ return false;
2655
+ }
2656
+
2657
if (Token::Match(tok1, "%name% (") && TokenList::isFunctionHead(tok1->next(), "{;:")) {
2658
if (Token::Match(tok1->previous(), "%name%") && !tok1->previous()->isControlFlowKeyword())
2659
0 commit comments