[clang] Suppress printing lambda body for constexpr diagnostics (PR #185800)

Sherman Pay via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 16:16:27 PDT 2026


================
@@ -1862,28 +1862,30 @@ APValue *EvalInfo::createHeapAlloc(const Expr *E, QualType T, LValue &LV) {
 void CallStackFrame::describe(raw_ostream &Out) const {
   bool IsMemberCall = false;
   bool ExplicitInstanceParam = false;
+  auto PrintingPolicy = Info.Ctx.getPrintingPolicy();
----------------
shermpay wrote:

Thanks for comment!

https://github.com/llvm/llvm-project/pull/185800


More information about the cfe-commits mailing list