[PATCH] D28303: Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 11:30:35 PST 2017
clayborg updated this revision to Diff 83281.
clayborg added a comment.
Changed over to using "const DWARFDie" as the template parameter to iterator_facade_base so we don't have to override the operator->.
All issues should be resolved.
https://reviews.llvm.org/D28303
Files:
include/llvm/DebugInfo/DWARF/DWARFDie.h
lib/DebugInfo/DWARF/DWARFDie.cpp
tools/dsymutil/DwarfLinker.cpp
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28303.83281.patch
Type: text/x-patch
Size: 7429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170105/6c898fbb/attachment.bin>
More information about the llvm-commits
mailing list