================
@@ -8328,6 +8329,13 @@ class ExprEvaluatorBase
 
     const FunctionDecl *Definition = nullptr;
     Stmt *Body = FD->getBody(Definition);
+    if (Info.Ctx.getLangOpts().CPlusPlus26 && Info.getASTMutator() &&
----------------
erichkeane wrote:

Based on our discussion, the C++26 check is probably wrong.

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

Reply via email to