[clang] [clang][Parser] Fix crash on malformed using declaration in constexpr function (PR #144286)

Iris Shi via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 16 06:41:25 PDT 2025


================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+
+// issue144264
+constexpr void test() 
+{ 
+    using TT = struct T[deprecated{}; 
----------------
el-ev wrote:

Updated, thanks!

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


More information about the cfe-commits mailing list