Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. | Jordan Rose | 2012-07-02 | 1 | -1/+0 |
* | Require that all static analyzer issues have a category. As part of this cha... | Ted Kremenek | 2012-04-05 | 1 | -1/+2 |
* | Teach ObjCContainersChecker that the array passed to CFArrayGetValueAtIndex m... | Ted Kremenek | 2012-04-05 | 1 | -3/+6 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | [analyzer] Make sure Containers OutOfBounds checker does not crash on undefin... | Anna Zaks | 2012-02-04 | 1 | -20/+14 |
* | [analyzer] Minor cleanups to the ObjCSelfInitChecker. | Anna Zaks | 2012-02-04 | 1 | -1/+1 |
* | Convert checker over to using ProgramStateRef. | Ted Kremenek | 2012-01-31 | 1 | -4/+4 |
* | [analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex. | Anna Zaks | 2012-01-30 | 1 | -0/+161 |