Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. | Jordan Rose | 2012-07-18 | 1 | -2/+1 |
* | [analyzer] Add generic preCall and postCall checks. | Jordan Rose | 2012-07-02 | 1 | -3/+33 |
* | [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. | Jordan Rose | 2012-07-02 | 1 | -2/+2 |
* | [analyzer] Add a new abstraction over all types of calls: CallEvent | Jordan Rose | 2012-07-02 | 1 | -1/+1 |
* | Documentation cleanup: | James Dennett | 2012-06-15 | 1 | -10/+12 |
* | corrected check::EndOfTranslationUnit checker name and added 'const' to decla... | Anton Yartsev | 2012-03-23 | 1 | -3/+3 |
* | [analyzer] Make Malloc Checker optimistic in presence of inlining. | Anna Zaks | 2012-02-14 | 1 | -2/+16 |
* | Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. | Ted Kremenek | 2012-01-26 | 1 | -5/+5 |
* | [analyzer] Add checker callback documentation. | Anna Zaks | 2011-11-30 | 1 | -0/+219 |