[PATCH] D32592: [Analyzer] Iterator Checker - Part 1: Minimal Checker for a Simple Test Case
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 29 08:03:41 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL304160: [analyzer] Initial commit for the upcoming refactoring of the IteratorChecker. (authored by dergachev).
Changed prior to commit:
https://reviews.llvm.org/D32592?vs=100239&id=100616#toc
Repository:
rL LLVM
https://reviews.llvm.org/D32592
Files:
cfe/trunk/include/clang/StaticAnalyzer/Checkers/Checkers.td
cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
cfe/trunk/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
cfe/trunk/lib/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp
cfe/trunk/test/Analysis/Inputs/system-header-simulator-cxx.h
cfe/trunk/test/Analysis/diagnostics/explicit-suppression.cpp
cfe/trunk/test/Analysis/iterator-past-end.cpp
cfe/trunk/test/Analysis/iterator-range.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32592.100616.patch
Type: text/x-patch
Size: 90002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170529/f5b924b4/attachment-0001.bin>
More information about the cfe-commits
mailing list