[clang] [Clang] Fix finding instantiated decls for class template specializations during instantiation (PR #72346)

Yuxuan Chen via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 16 19:11:37 PST 2023


================
@@ -0,0 +1,33 @@
+// RUN: %clang_cc1 -verify -fsyntax-only %s
----------------
yuxuanchen1997 wrote:

Can it be more elaborate like `GH70735-member-template-specialization.cpp`?

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


More information about the cfe-commits mailing list