aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/default-synthesize.m
AgeCommit message (Expand)Author
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