[PATCH] D62895: [Analyzer] Iterator Checkers - Check and simulate `std::advance`, `std::prev` and `std::next`
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 31 01:57:50 PDT 2019
Szelethus added a comment.
Again, this a place where a debugging functionality would be awesome to precisely observe the change being made. I also noticed that `IteratorChecker` and related classes don't have any dump methods, maybe that is worth investing into as well?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62895/new/
https://reviews.llvm.org/D62895
More information about the cfe-commits
mailing list