[PATCH] D53812: [Analyzer] Iterator Checker - Forbid increments past the begin() and decrements past the end() of containers

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 23 07:24:53 PST 2018


baloghadamsoftware updated this revision to Diff 175134.
baloghadamsoftware added a comment.

Updated according to the comments.


https://reviews.llvm.org/D53812

Files:
  lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  test/Analysis/iterator-range.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53812.175134.patch
Type: text/x-patch
Size: 16284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181123/004718cd/attachment.bin>


More information about the cfe-commits mailing list