[Lldb-commits] [PATCH] D74478: [lldb] Let TypeSystemClang::GetDisplayTypeName remove anonymous and inline namespaces.

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 13 10:06:04 PST 2020


jingham added a comment.

The only hesitation I have about this is if we are still printing this noise in demangled names, then the name of the type you see for a variable will be different from what you see when a method of that type ends up in a backtrace.  That might be confusing.  OTOH, the correct solution to that problem, IMO, is to remove the noise from backtraces, not keep it in the types...


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74478/new/

https://reviews.llvm.org/D74478





More information about the lldb-commits mailing list