clayborg added a comment.

In https://reviews.llvm.org/D52461#1244813, @labath wrote:

> I think you should look at CPlusPlusLanguage::MethodName. It already contains 
> a parser (in fact, two of them) of c++ names, and I think it should be easy 
> to extend it to do what you want.


I agree with Pavel here. Try to use and extend CPlusPlusLanguage::MethodName as 
needed. I believe it was recently backed by a new clang parser that knows how 
to chop up C++ demangled names


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52461



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to