================
@@ -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:

We follow 
https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html 
convention

https://github.com/llvm/llvm-project/pull/210353
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to