summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/default-synthesize.m
Commit message (Expand)AuthorAgeFilesLines
* Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz2017-07-031-1/+1
* Objective-C [qoi]. If property is going to be implementedFariborz Jahanian2014-08-291-2/+16
* Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian2014-08-291-2/+24
* Objective-C. Improve diagnostic when property isFariborz Jahanian2014-07-281-1/+1
* Objective-C. Issue more warning diagnostic when certainFariborz Jahanian2014-07-261-3/+3
* Enhance "auto synthesis will not synthesize property in protocol" to include ...Ted Kremenek2013-12-121-1/+1
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* objc2: add __has_feature(objc_default_synthesize_properties).Fariborz Jahanian2012-02-021-4/+14
* objc: do not auto synthesize properties declared inFariborz Jahanian2011-12-151-0/+13
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* objective-c - Make warning on unimplemented protocols pointFariborz Jahanian2011-08-271-3/+3
* objective-c: reverse patch for // rdar://9818354Fariborz Jahanian2011-08-011-1/+1
* objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian2011-07-221-1/+1
* 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
* Remove space from rdar URIs.Fariborz Jahanian2010-11-091-1/+1
* Don't error when doing default property synthesis Fariborz Jahanian2010-07-141-0/+12
* Do not issue warning on unimplemented property in the class, if itFariborz Jahanian2010-05-031-2/+2
* Properties cannot be synthesized by-dafult inFariborz Jahanian2010-04-291-0/+10
* Improve on source location of diagnostic when defaultFariborz Jahanian2010-04-211-0/+14
* Diagnose invalid code with -fobjc-nonfragile-abi2 whenFariborz Jahanian2010-04-021-8/+8
* Finish implementing property synthesis by default.Fariborz Jahanian2010-02-091-0/+81