[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 13:59:57 PST 2017
clayborg added a comment.
Next I will get back to removing the NULL dies as a patch to clean things up.
================
Comment at: include/llvm/DebugInfo/DWARF/DWARFDie.h:392
+ // If we start out with only a Null DIE then invalidate.
+ skipNull();
+ }
----------------
dblaikie wrote:
> Is this tested?
I can add a test for it.
https://reviews.llvm.org/D28303
More information about the llvm-commits
mailing list