[PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 13 06:18:48 PST 2016


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

Now isInStdNamespace is used. Hack is back so https://reviews.llvm.org/D27202 is not a dependency now.


https://reviews.llvm.org/D25660

Files:
  include/clang/StaticAnalyzer/Checkers/Checkers.td
  lib/StaticAnalyzer/Checkers/CMakeLists.txt
  lib/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp
  lib/StaticAnalyzer/Core/ExprEngine.cpp
  test/Analysis/Inputs/system-header-simulator-cxx.h
  test/Analysis/diagnostics/explicit-suppression.cpp
  test/Analysis/inlining/stl.cpp
  test/Analysis/iterator-past-end.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25660.81224.patch
Type: text/x-patch
Size: 45842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161213/ecf4aec2/attachment-0001.bin>


More information about the cfe-commits mailing list