aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
AgeCommit message (Expand)Author
2013-02-20Replace SVal llvm::cast support to be well-defined.David Blaikie
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-02[analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).Jordan Rose
2012-11-02[analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose
2012-07-02[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose
2012-04-05Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek
2012-04-05Teach ObjCContainersChecker that the array passed to CFArrayGetValueAtIndex m...Ted Kremenek
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-04[analyzer] Make sure Containers OutOfBounds checker does not crash on undefin...Anna Zaks
2012-02-04[analyzer] Minor cleanups to the ObjCSelfInitChecker.Anna Zaks
2012-01-31Convert checker over to using ProgramStateRef.Ted Kremenek
2012-01-30[analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex.Anna Zaks