[PATCH] D44668: [demangler] WIP: Add a "partial" demangling API for LLDB
Jim Ingham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 19 19:10:29 PDT 2018
jingham added a comment.
That seems great. This would be the backing for the CPlusPlusLanguage::MethodName class (in lldb in Source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h). It looks like a great fit for that.
I can't think of anything else we really wanted out of these names that you aren't currently providing. Greg might. But this looks like a great start to me.
Repository:
rL LLVM
https://reviews.llvm.org/D44668
More information about the llvm-commits
mailing list