]> granicus.if.org Git - clang/commit
Remove experimental invalid iterators checker from the codebase until we have the...
authorTed Kremenek <kremenek@apple.com>
Wed, 25 Jul 2012 20:02:05 +0000 (20:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 25 Jul 2012 20:02:05 +0000 (20:02 +0000)
commit5292718007095d59ee9c4bca554a386674aa7045
treedfd0f82ba929ec03d57cd07ae3ceacc57729a153
parent699c6cd0b99f715b6638c8d49f1dfee22f30aabe
Remove experimental invalid iterators checker from the codebase until we have the time
to fix all the issues.  Currently the code is essentially unmaintained and buggy, and
needs major revision (with coupled enhancements to the analyzer core).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160754 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/IteratorsChecker.cpp [deleted file]
test/Analysis/iterators.cpp [deleted file]