================
@@ -5629,6 +5632,8 @@ bool Parser::isTypeSpecifierQualifier(const Token &Tok) {
return isTypeSpecifierQualifier(getCurToken());
case tok::coloncolon: // ::foo::bar
+ if (!getLangOpts().CPlusPlus && !getLangOpts().ObjC)
----------------
AaronBallman wrote:
Does Objective-C use `::` for type specifiers?
https://github.com/llvm/llvm-project/pull/195377
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits