summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-7/+8
* [analyzer] ArrayRef-ize BugReporter::EmitBasicReport.Jordan Rose2013-10-071-2/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* [analyzer] ObjCContainersASTChecker: minor cleanup and an extra test case.Jordan Rose2012-10-161-10/+4
* Fix potential crash in ObjCContainersChecker by properly validatingTed Kremenek2012-10-121-0/+5
* Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker.Ted Kremenek2012-09-071-1/+3
* Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek2012-04-051-1/+1
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-041-1/+2
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* [analyzer] Minor cleanups to the ObjCSelfInitChecker.Anna Zaks2012-02-041-1/+1
* [analyzer] Fix a false positive in the CFArrayCreate check that surfacesAnna Zaks2012-02-021-1/+10
* [analyzer] Add an AST checker that checks for a common pitfall whenAnna Zaks2012-01-261-0/+163
OpenPOWER on IntegriCloud