| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow objc_requires_super to be used to check class methods as well. | Jordan Rose | 2012-10-19 | 1 | -0/+21 |
| | | | | | | | | | | | | | | Also, unify ObjCShouldCallSuperDealloc and ObjCShouldCallSuperFinalize. The two have identical behavior and will never be active at the same time. There's one last simplification now, which is that if we see a call to [super foo] and we are currently in a method named 'foo', we will /unconditionally/ clear the ObjCShouldCallSuper flag, rather than check first to see if we're in a method where calling super is required. There's no reason to pay the extra lookup price here. llvm-svn: 166285 | ||||
| * | More tweaking and test cases for call to super | Fariborz Jahanian | 2012-09-10 | 1 | -2/+37 |
| | | | | | | | annotations. // rdar://6386358 llvm-svn: 163525 | ||||
| * | objective-C: Improving diagnostocs for missing call to | Fariborz Jahanian | 2012-09-10 | 1 | -1/+1 |
| | | | | | | | super's annotated methods. // rdar://6386358 llvm-svn: 163517 | ||||
| * | objective-C: introduce __attribute((objc_requires_super)) on method | Fariborz Jahanian | 2012-09-07 | 1 | -0/+31 |
| in classes. Use it to flag those method implementations which don't contain call to 'super' if they have 'super' class and it has the method with this attribute set. This is wip. // rdar://6386358 llvm-svn: 163434 | |||||

