[clang] [Clang][Sema] Fix crash in __builtin_dump_struct with immediate callables (PR #192880)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Sun May 3 09:12:27 PDT 2026


================
@@ -0,0 +1,21 @@
+// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
----------------
cor3ntin wrote:

You can move the test to SemaCXX/cxx2a-consteval.cpp, in a GH192846 namespace

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


More information about the cfe-commits mailing list