Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Objective-C. Allow [super initialize] in an +initialize | Fariborz Jahanian | 2014-08-25 | 1 | -1/+5 |
| | | | | | | | implementation but not anywhere else. rdar://16628028 llvm-svn: 216408 | ||||
* | Objective-C. Update my previous patch to not warn if | Fariborz Jahanian | 2014-08-22 | 1 | -1/+3 |
| | | | | | | | +initialize is called on 'super' in its implementation. rdar://16628028 llvm-svn: 216282 | ||||
* | Objective-C. Warn if user has made explicit call | Fariborz Jahanian | 2014-08-22 | 1 | -0/+19 |
to +initilize as this results in an extra call to this method. rdar://16628028 llvm-svn: 216271 |