[clang] [Sema] Fix crash on invalid operator template-id (PR #181404)

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 13 20:00:51 PST 2026


================
@@ -0,0 +1,3 @@
+// RUN: not %clang_cc1 -fsyntax-only  %s
----------------
zwuis wrote:

Please read <https://clang.llvm.org/docs/InternalsManual.html#testing>. `not` should not be used here.

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


More information about the cfe-commits mailing list