jimingham wrote:

This is just a suggestion, but would it make sense to interpret 
"GetDisplayName" to mean "get the name the user wants me to display", which is 
usually the language's display name (if it has one) but if there's no language 
display name or the caller has set the "get the full name" setting  return 
GetName.  The advantage of that interpretation is that anywhere you wanted to 
show the user a demangled name, you could JUST call GetDisplayName, rather than 
having to do "if (GetDisplayName) else GetName" in client code.

https://github.com/llvm/llvm-project/pull/90297
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to