[Lldb-commits] [PATCH] D62570: [WIP] Use LLVM's debug line parser in LLDB
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 17:21:01 PDT 2019
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
More information about the lldb-commits
mailing list