================
@@ -2665,6 +2665,9 @@ Parser::ParseParenExpression(ParenParseOption &ExprType,
bool StopIfCastExpr,
ParsedType &CastTy, SourceLocation &RParenLoc) {
assert(Tok.is(tok::l_paren) && "Not a paren expr!");
ColonProtectionRAIIObject ColonProtection(*this, false);
+ GenericAssociationTypeRAIIObject NotParsingGenericAssociationType(*this,
+ false);
----------------
shafik wrote:
```suggestion
/*Value=*/false);
```
https://github.com/llvm/llvm-project/pull/210353
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits