clayborg accepted this revision. clayborg added inline comments. This revision is now accepted and ready to land.
================ Comment at: source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h:65 typedef std::vector<DWARFUnitSP> CompileUnitColl; + typedef llvm::DenseMap<uint64_t, uint32_t> TypeSignatureMap; ---------------- yeah, I kept getting people commenting on my patches that told me to use DenseMap and StringMap! Repository: rLLDB LLDB https://reviews.llvm.org/D51578 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits