[clang] Fix scope of typedefs present inside a template class (PR #146729)
Steve Merritt via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 9 10:30:16 PDT 2025
================
@@ -0,0 +1,18 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -debug-info-kind=standalone -o - %s | FileCheck %s
+
+struct X {
----------------
stevemerr wrote:
You should either add some CHECK lines for 'X' or just remove it. At present, it isn't relevant to the test.
https://github.com/llvm/llvm-project/pull/146729
More information about the cfe-commits
mailing list