[Lldb-commits] [PATCH] D59164: [SymbolFileDWARF] Move ElaboratingDIEIterator into implementation file
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 8 16:16:30 PST 2019
zturner created this revision.
zturner added a reviewer: clayborg.
This is not used outside of the private implementation of the class,
so hiding in the implementation file is a nice way of simplifying
the external interface.
https://reviews.llvm.org/D59164
Files:
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59164.189959.patch
Type: text/x-patch
Size: 6315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190309/24dee601/attachment.bin>
More information about the lldb-commits
mailing list