summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/warn-explicit-call-initialize.m
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C. Allow [super initialize] in an +initializeFariborz Jahanian2014-08-251-1/+5
| | | | | | | | implementation but not anywhere else. rdar://16628028 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216408 91177308-0d34-0410-b5e6-96231b3b80d8
* Objective-C. Update my previous patch to not warn ifFariborz Jahanian2014-08-221-1/+3
| | | | | | | | +initialize is called on 'super' in its implementation. rdar://16628028 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216282 91177308-0d34-0410-b5e6-96231b3b80d8
* Objective-C. Warn if user has made explicit callFariborz Jahanian2014-08-221-0/+19
to +initilize as this results in an extra call to this method. rdar://16628028 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216271 91177308-0d34-0410-b5e6-96231b3b80d8