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