[clang] [Clang] Fix finding instantiated decls for class template specializations during instantiation (PR #72346)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 16 14:37:38 PST 2023
================
@@ -0,0 +1,33 @@
+// RUN: %clang_cc1 -verify -fsyntax-only %s
----------------
shafik wrote:
Normally we put lone tests for a specific bug report in its own file e.g. GH70735.cpp for this case or we find a test that covers a similar area and put the test in a namespace named after the issue e.g. GH70735.
https://github.com/llvm/llvm-project/pull/72346
More information about the cfe-commits
mailing list