summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace SVal llvm::cast support to be well-defined.David Blaikie2013-02-201-2/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).Jordan Rose2012-11-021-10/+2
* [analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose2012-11-021-1/+1
* [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose2012-07-021-1/+0
* Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek2012-04-051-1/+2
* Teach ObjCContainersChecker that the array passed to CFArrayGetValueAtIndex m...Ted Kremenek2012-04-051-3/+6
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* [analyzer] Make sure Containers OutOfBounds checker does not crash on undefin...Anna Zaks2012-02-041-20/+14
* [analyzer] Minor cleanups to the ObjCSelfInitChecker.Anna Zaks2012-02-041-1/+1
* Convert checker over to using ProgramStateRef.Ted Kremenek2012-01-311-4/+4
* [analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex.Anna Zaks2012-01-301-0/+161
OpenPOWER on IntegriCloud