[PATCH] D28303: Add iterator support to DWARFDie to allow child DIE iteration.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 11:32:10 PST 2017


dblaikie added inline comments.


================
Comment at: include/llvm/DebugInfo/DWARF/DWARFDie.h:392
+    // If we start out with only a Null DIE then invalidate.
+    skipNull();
+  }
----------------
Is this tested?


https://reviews.llvm.org/D28303





More information about the llvm-commits mailing list