summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/default-synthesize-1.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C [qoi]. When reporting that a property is notFariborz Jahanian2014-10-101-1/+1
* Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian2014-08-291-1/+1
* Objective-C. Improve diagnostic when property isFariborz Jahanian2014-07-281-1/+1
* Objective-C. Issue more warning diagnostic when certainFariborz Jahanian2014-07-261-0/+17
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* objective-c: warn for properties being default synthesizedFariborz Jahanian2012-05-031-12/+15
* Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...Eli Friedman2012-05-011-0/+7
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Include prefix with default synthesized ivars.Ted Kremenek2011-09-271-6/+6
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-6/+6
* Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian2011-01-041-1/+1
* Add -fobjc-default-synthesized-properties flagTed Kremenek2010-12-231-1/+1
* No need to default synthesize property if implementation Fariborz Jahanian2010-08-251-0/+28
* Another test case for on demand synthesis of ivars.Fariborz Jahanian2010-07-171-0/+88