Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [analyzer] Slightly improve the diagnostic message of ObjCSelfInitChecker. | Argyrios Kyrtzidis | 2011-02-01 | 1 | -2/+2 | |
| | | | | llvm-svn: 124674 | |||||
* | [analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted! | Argyrios Kyrtzidis | 2011-01-26 | 1 | -4/+6 | |
| | | | | llvm-svn: 124263 | |||||
* | [analyzer] Do the self-init check only on NSObject subclasses. Patch by ↵ | Argyrios Kyrtzidis | 2011-01-25 | 1 | -2/+14 | |
| | | | | | | Jean-Daniel Dupas! llvm-svn: 124249 | |||||
* | [analyzer] Introduce ObjCMessage which represents both explicit ObjC message ↵ | Argyrios Kyrtzidis | 2011-01-25 | 1 | -8/+8 | |
| | | | | | | | | | | expressions and implicit messages that are sent for handling properties in dot syntax. Replace all direct uses of ObjCMessageExpr in the checkers and checker interface with ObjCMessage. llvm-svn: 124159 | |||||
* | [analyzer] Introduce ObjCSelfInitChecker, which checks initialization ↵ | Argyrios Kyrtzidis | 2011-01-11 | 1 | -0/+306 | |
methods to verify that they assign 'self' to the result of an initialization call (e.g. [super init], or [self initWith..]) before using any instance variable or returning 'self'. llvm-svn: 123264 |