[Lldb-commits] [PATCH] D18848: Add PDBASTParser and parse type information from PDB

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 14 14:37:24 PDT 2016


zturner added a comment.

That should be fine, but as long as I don't have to create a `TypeSP` for it when someone calls `FindTypes`, which is the only thing I'm implementing here, I think I should be ok.  When I go to create `CXXRecordDecls` to complete class types, or when I add support for symbols, I can add those back because then I will need it.  Right now I'm only trying to get type lookup working.


http://reviews.llvm.org/D18848





More information about the lldb-commits mailing list