[Lldb-commits] [PATCH] D52461: [PDB] Introduce `PDBNameParser`
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 16 08:00:45 PDT 2018
aleksandr.urakov added a comment.
Yes, it's simpler to move it to the `CPlusPlusLanguage::MethodName` (or `CPlusPlusNameParser`?) I think. The only question left is how to differentiate MSVC demangled names from others? May be it would be ok to treat name as an MSVC name if it contains a grave accent? Because we probably already can parse MSVC names without grave accents with `CPlusPlusLanguage::MethodName`.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D52461
More information about the lldb-commits
mailing list