[clang] [Clang] Fix crash on `void{}` (PR #147514)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 8 06:40:28 PDT 2025


================
@@ -13,4 +13,7 @@ void f() {
   void();
 }
 
+// CHECK: define{{.*}} void @_ZN8GH1164401fEv()
----------------
cor3ntin wrote:

oups!

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


More information about the cfe-commits mailing list