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

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue May 27 10:14:48 PDT 2025


================
@@ -320,293 +319,3 @@ TEST(MangledTest, NameIndexes_FindFunctionSymbols) {
   EXPECT_EQ(0, Count("undemangable", eFunctionNameTypeBase));
   EXPECT_EQ(0, Count("undemangable", eFunctionNameTypeMethod));
 }
----------------
Michael137 wrote:

Did something go wrong with renaming the test back?

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


More information about the lldb-commits mailing list