[Lldb-commits] [PATCH] D75715: Switch TypeSystemClang over to CreateDeserialized() (NFC)

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 5 16:26:31 PST 2020


aprantl created this revision.
aprantl added reviewers: shafik, teemperor.
aprantl added a child revision: D75488: Preserve the owning module information from DWARF in the synthesized AST.

Based on a suggestion from Richard Smith, this switches TypeSystemClang over to Decl*::CreateDeserialized() which is the more appropriate API for its use-case.


https://reviews.llvm.org/D75715

Files:
  lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75715.248624.patch
Type: text/x-patch
Size: 30467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200306/aca77618/attachment-0001.bin>


More information about the lldb-commits mailing list