summaryrefslogtreecommitdiff
path: root/test/SemaObjC/default-synthesize.m
AgeCommit message (Expand)Author
2017-07-03Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz
2014-08-29Objective-C [qoi]. If property is going to be implementedFariborz Jahanian
2014-08-29Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian
2014-07-28Objective-C. Improve diagnostic when property isFariborz Jahanian
2014-07-26Objective-C. Issue more warning diagnostic when certainFariborz Jahanian
2013-12-12Enhance "auto synthesis will not synthesize property in protocol" to include ...Ted Kremenek
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-02-02objc2: add __has_feature(objc_default_synthesize_properties).Fariborz Jahanian
2011-12-15objc: do not auto synthesize properties declared inFariborz Jahanian
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-08-27objective-c - Make warning on unimplemented protocols pointFariborz Jahanian
2011-08-01objective-c: reverse patch for // rdar://9818354Fariborz Jahanian
2011-07-22objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian
2011-01-04Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-11-09Remove space from rdar URIs.Fariborz Jahanian
2010-07-14Don't error when doing default property synthesis Fariborz Jahanian
2010-05-03Do not issue warning on unimplemented property in the class, if itFariborz Jahanian
2010-04-29Properties cannot be synthesized by-dafult inFariborz Jahanian
2010-04-21Improve on source location of diagnostic when defaultFariborz Jahanian
2010-04-02Diagnose invalid code with -fobjc-nonfragile-abi2 whenFariborz Jahanian
2010-02-09Finish implementing property synthesis by default.Fariborz Jahanian