| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Require that all static analyzer issues have a category. As part of this ↵ | Ted Kremenek | 2012-04-05 | 1 | -1/+2 |
| | | | | | | | | | | | change, consolidate some commonly used category strings into global references (more of this can be done, I just did a few). Fixes <rdar://problem/11191537>. llvm-svn: 154121 | ||||
| * | Teach ObjCContainersChecker that the array passed to CFArrayGetValueAtIndex ↵ | Ted Kremenek | 2012-04-05 | 1 | -3/+6 |
| | | | | | | | might not be a symbolic value. llvm-svn: 154083 | ||||
| * | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 149798 | ||||
| * | [analyzer] Make sure Containers OutOfBounds checker does not crash on ↵ | Anna Zaks | 2012-02-04 | 1 | -20/+14 |
| | | | | | | | undefined arguments, when CF functions are called with wrong number of arguments. llvm-svn: 149771 | ||||
| * | [analyzer] Minor cleanups to the ObjCSelfInitChecker. | Anna Zaks | 2012-02-04 | 1 | -1/+1 |
| | | | | | | | (Also renames in other ObjC checkers to create one category of checks.) llvm-svn: 149745 | ||||
| * | Convert checker over to using ProgramStateRef. | Ted Kremenek | 2012-01-31 | 1 | -4/+4 |
| | | | | | llvm-svn: 149319 | ||||
| * | [analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex. | Anna Zaks | 2012-01-30 | 1 | -0/+161 |
| llvm-svn: 149228 | |||||

