[clang] [Clang] Fix crash when type-name is combined with class specifier in template argument (PR #191689)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 19 17:04:47 PDT 2026


================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 -fblocks -fsyntax-only -verify %s
----------------
ojhunt wrote:

let's simplify this test case, remove `-fblocks` as it's unnecessary

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


More information about the cfe-commits mailing list