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

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 9 02:03:36 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL291430: [analyzer] Add checker for iterators dereferenced beyond their range. (authored by xazax).

Changed prior to commit:
  https://reviews.llvm.org/D25660?vs=81224&id=83596#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25660

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

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


More information about the cfe-commits mailing list