summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/attr-designated-init.m
Commit message (Expand)AuthorAgeFilesLines
* Rename "secondary initializer" -> "convenience initializer" in the warnings, ...Argyrios Kyrtzidis2014-05-061-7/+7
* [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...Argyrios Kyrtzidis2014-04-261-0/+22
* [objc] -[NSObject init] is documented to not do anything, don't warn if subcl...Argyrios Kyrtzidis2014-04-161-1/+21
* [objc] Consider new initializers inside @implementation when determining if t...Argyrios Kyrtzidis2014-04-161-7/+84
* [SemaObjC] For the semantics of the designated-initializer attribute, conside...Argyrios Kyrtzidis2014-03-281-3/+9
* Objective-C. Consider blocks for designated initializerFariborz Jahanian2014-03-171-3/+26
* Objective-C. Turn off designated initialization warnings onFariborz Jahanian2014-03-141-1/+15
* Objective-C. Allow objc_designated_initializer for private Fariborz Jahanian2014-03-141-8/+8
* Objective-C. Prevent an assertion crash due to buggy codeFariborz Jahanian2014-03-111-0/+10
* [objc] Add a test to make sure that a class can add a secondary initializer v...Argyrios Kyrtzidis2013-12-141-1/+20
* [objc] If we don't know for sure what the designated initializers of the supe...Argyrios Kyrtzidis2013-12-131-0/+16
* Add a SubsetSubject in Attr.td to automate checking of where the objc_designa...Argyrios Kyrtzidis2013-12-071-8/+8
* [objc] If an interface has no initializer marked as designated and introduces...Argyrios Kyrtzidis2013-12-051-1/+27
* [objc] Add a warning when a class that provides a designated initializer, doe...Argyrios Kyrtzidis2013-12-031-6/+8
* [objc] Emit warning when the implementation of a secondary initializer calls onArgyrios Kyrtzidis2013-12-031-3/+43
* [objc] Emit warnings when the implementation of a designated initializer call...Argyrios Kyrtzidis2013-12-031-8/+17
* [objc] Emit a warning when the implementation of a designated initializer doe...Argyrios Kyrtzidis2013-12-031-0/+96
* [objc] Introduce attribute 'objc_designated_initializer'.Argyrios Kyrtzidis2013-12-031-0/+32