================
@@ -10950,6 +10950,9 @@ bool 
ArrayExprEvaluator::VisitCXXParenListOrInitListExpr(
 }
 
 bool ArrayExprEvaluator::VisitArrayInitLoopExpr(const ArrayInitLoopExpr *E) {
+
+  FullExpressionRAII Scope(Info);
+
----------------
zygoloid wrote:

Better testcase, avoiding the use of mutable global state: 
https://godbolt.org/z/47dhjxT8e

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

Reply via email to