[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:45:21 PDT 2025


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

If we add a new variable here we will need to update the documentation under `lldb/docs/use/formatting.rst`

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


More information about the lldb-commits mailing list