[Lldb-commits] [PATCH] D52461: [PDB] Introduce `PDBNameParser`

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Sep 30 23:24:23 PDT 2018


aleksandr.urakov added a comment.

I've tried to parse with it a name like

  N0::`unnamed namespase'::Name

and it can't parse it correctly. May be it just can't parse MSVC demangled names?

Unfortunately, I can't look at the tests right now, I have a vacation. I'll look at these a week later, ok?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52461





More information about the lldb-commits mailing list