================
@@ -2203,6 +2203,12 @@ Parser::ParseCXXCondition(StmtResult *InitStmt, 
SourceLocation Loc,
       return ParseCXXCondition(nullptr, Loc, CK, MissingOK);
     }
 
+    EnterExpressionEvaluationContext Eval(
----------------
erichkeane wrote:

No, more that this applies to the expressoin on 2213 as well as the 
CXXCondition on 2221 (which looks like a recursive call?).  I just want to make 
sure we're not applying this context to stuff that it shouldn't be here.  

https://github.com/llvm/llvm-project/pull/123667
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to