[clang] Fix scope of typedefs present inside a template class (PR #146729)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 21 01:26:27 PDT 2025


================
@@ -0,0 +1,12 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -debug-info-kind=standalone  -o - %s | FileCheck %s
----------------
Michael137 wrote:

Could you move this test into the recently added `clang/test/DebugInfo/CXX` directory?

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


More information about the cfe-commits mailing list