[Lldb-commits] [PATCH] D68422: [DWARFASTParserClang] Factor out structure-like type parsing, NFC
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 3 14:13:52 PDT 2019
vsk created this revision.
vsk added reviewers: labath, shafik, teemperor.
Herald added a subscriber: aprantl.
Herald added a reviewer: jdoerfert.
Split out the logic to parse structure-like types into a separate
function, in an attempt to reduce the complexity of ParseTypeFromDWARF.
Note: Phab seems to be mis-rendering the diff. I'd be happy to move this
review to the mailing list to make things easier.
Inspired by discussion in https://reviews.llvm.org/D68130.
https://reviews.llvm.org/D68422
Files:
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68422.223092.patch
Type: text/x-patch
Size: 40562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191003/9aa1240b/attachment-0001.bin>
More information about the lldb-commits
mailing list