summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] ObjCContainers: Track index values.Artem Dergachev2018-12-151-0/+17
* [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...George Karpenkov2018-01-171-4/+4
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-5/+2
* [analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin2015-09-161-1/+1
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-1/+1
* Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman2015-06-231-2/+2
* [analyzer] Remove ObjCContainersChecker size information when a CFMutableArra...Devin Coughlin2015-06-151-1/+24
* [analyzer]Test commit fixing 80-column violation in comment. NFC.Devin Coughlin2015-06-041-1/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-1/+1
* 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