JDevlieghere marked 7 inline comments as done. JDevlieghere added inline comments.
================ Comment at: lldb/include/lldb/Core/FileSpecList.h:29 + typedef std::vector<FileSpec> collection; + typedef collection::iterator iterator; + typedef collection::const_iterator const_iterator; ---------------- grimar wrote: > Seems you don't use `iterator` anywhere? It's used in the range-based for loop in `ParseSupportFiles` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62570/new/ https://reviews.llvm.org/D62570 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits