summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/IteratorsChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove experimental invalid iterators checker from the codebase until we have...Ted Kremenek2012-07-251-603/+0
* StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...Benjamin Kramer2012-01-281-1/+1
* Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek2012-01-261-12/+12
* [analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek2012-01-061-2/+2
* [analyzer] Add getLocationContext to CheckerContextAnna Zaks2011-10-261-6/+4
* [analyzer] Rename generateNode -> addTransition in CheckerContextAnna Zaks2011-10-261-6/+6
* [analyzer] Simplify CheckerContextAnna Zaks2011-10-251-3/+3
* Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks2011-08-171-4/+4
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-21/+33
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-3/+3
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+3
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-8/+19
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
* Don't have side-effects (or rather non-trivial computation) in StringSwitch "...Ted Kremenek2011-03-121-6/+9
* Add initial version of "IteratorsChecker", a checker to find misues uses of C...Ted Kremenek2011-03-121-0/+579
OpenPOWER on IntegriCloud