[Lldb-commits] [PATCH] D24293: Use llvm's demangler

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 7 08:35:22 PDT 2016


chaoren added a comment.

Cool. Would it be a good idea to only use LLVM's demangler? We can get rid of all the messy ifdef business, and I assume the LLVM demangler would be better maintained and more up to date than any system demangler.


https://reviews.llvm.org/D24293





More information about the lldb-commits mailing list