summaryrefslogtreecommitdiff
path: root/test/SemaObjC/synth-provisional-ivars.m
AgeCommit message (Expand)Author
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
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-27Include prefix with default synthesized ivars.Ted Kremenek
2011-08-31objective-c - This patch buffers method implementations Fariborz 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-10-20Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor
2010-10-15When performing typo correction, keep track of whether the last lookupDouglas Gregor
2010-10-14When performing typo correction, look through the set of knownDouglas Gregor
2010-07-30Tighten the rules when deciding if an ivar must beFariborz Jahanian
2010-07-19Categories cannot synthesize property ivars,Fariborz Jahanian
2010-07-17Patch to synthesize property ivars on demand asFariborz Jahanian