[clang] [clang] allow canonicalizing assumed template names (PR #183222)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 24 17:56:16 PST 2026


================
@@ -0,0 +1,12 @@
+// RUN: %clang_cc1 -verify %s
+
+int bar;
----------------
ojhunt wrote:

maybe just label the line and reference from the below errors?

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


More information about the cfe-commits mailing list