[Lldb-commits] [PATCH] D52461: [PDB] Introduce `PDBNameParser`
    Greg Clayton via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Sep 25 07:32:15 PDT 2018
    
    
  
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
    
    
More information about the lldb-commits
mailing list