[clang] Suppress printing lambda body for constexpr diagnostics (PR #185800)
Sherman Pay via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 22:48:26 PDT 2026
================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -std=c++17 -verify=expected %s
----------------
shermpay wrote:
Thanks for pointing this out! I updated the code to support the new constexpr interpreter and included this as a test case.
https://github.com/llvm/llvm-project/pull/185800
More information about the cfe-commits
mailing list