================
@@ -1063,7 +1063,8 @@ Parser::isCXXDeclarationSpecifier(ImplicitTypenameContext
AllowImplicitTypename,
return TPResult::False;
}
- if (Next.isNot(tok::coloncolon) && Next.isNot(tok::less)) {
+ if (Next.isNot(tok::coloncolon) && Next.isNot(tok::less) &&
----------------
a-tarasyuk wrote:
Thanks for your feedback, @AaronBallman. I’ve added the helper.
https://github.com/llvm/llvm-project/pull/169246
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits