summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/synth-provisional-ivars.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-3/+3
* objective-c - This patch buffers method implementations Fariborz Jahanian2011-08-311-3/+3
* objective-c: reverse patch for // rdar://9818354Fariborz Jahanian2011-08-011-7/+6
* objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian2011-07-221-6/+7
* 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
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-201-1/+1
* When performing typo correction, keep track of whether the last lookupDouglas Gregor2010-10-151-1/+1
* When performing typo correction, look through the set of knownDouglas Gregor2010-10-141-1/+1
* Tighten the rules when deciding if an ivar must beFariborz Jahanian2010-07-301-0/+5
* Categories cannot synthesize property ivars,Fariborz Jahanian2010-07-191-0/+5
* Patch to synthesize property ivars on demand asFariborz Jahanian2010-07-171-0/+40