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

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Tue May 27 06:45:49 PDT 2025


================
@@ -88,6 +88,7 @@ struct Entry {
     FunctionNameWithArgs,
     FunctionNameNoArgs,
     FunctionMangledName,
+    FunctionPrefix,
----------------
charles-zablit wrote:

Fixed, thanks 👍 

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


More information about the lldb-commits mailing list