[Lldb-commits] [PATCH] D75562: Add an opque payload field to lldb::Type (NFC).
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 3 13:17:14 PST 2020
aprantl created this revision.
aprantl added reviewers: teemperor, shafik, jingham.
This hides the language-specific flags and lets each language define its own fields in the opaquer storage.
https://reviews.llvm.org/D75562
Files:
lldb/include/lldb/Symbol/Type.h
lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
lldb/source/Symbol/Type.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75562.248008.patch
Type: text/x-patch
Size: 4930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200303/4ae9e4d1/attachment.bin>
More information about the lldb-commits
mailing list