[PATCH] D32906: [Analyzer] Iterator Checker - Part 10: Support for iterators passed as parameter
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 14 15:24:50 PDT 2018
NoQ requested changes to this revision.
NoQ added a comment.
This revision now requires changes to proceed.
Herald added subscribers: Szelethus, mikhail.ramalho.
Let's see if this is still necessary after https://reviews.llvm.org/D49443. Iterators will be constructed directly into the argument region, so i suspect that the manual copy is no longer necessary.
https://reviews.llvm.org/D32906
More information about the cfe-commits
mailing list