================
@@ -8328,6 +8329,13 @@ class ExprEvaluatorBase
const FunctionDecl *Definition = nullptr;
Stmt *Body = FD->getBody(Definition);
+ if (Info.Ctx.getLangOpts().CPlusPlus26 && Info.getASTMutator() &&
----------------
Endilll wrote:Fixed https://github.com/llvm/llvm-project/pull/115168 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
