[Lldb-commits] [lldb] [Demangling] Refactor Demangler range tracking (PR #140762)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed May 21 03:46:19 PDT 2025


================
@@ -6,7 +6,7 @@ add_lldb_unittest(LLDBCoreTests
   DumpDataExtractorTest.cpp
   DumpRegisterInfoTest.cpp
   FormatEntityTest.cpp
-  MangledTest.cpp
+  ItaniumMangledTest.cpp
----------------
Michael137 wrote:

I don't mind renaming the file but there are already swift mangling tests in this file, so `ItaniumMangled` isn't quite correct. What's the motivation for the rename?

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


More information about the lldb-commits mailing list