summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/arc-property-lifetime.m
Commit message (Expand)AuthorAgeFilesLines
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* Refinement to my previous patch forFariborz Jahanian2013-09-191-0/+2
* ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation Fariborz Jahanian2013-09-191-1/+4
* Objective-C arc: Diagnose when user attempts toFariborz Jahanian2013-05-161-0/+23
* [objc] For the ARC error that is emitted when a synthesized property implemen...Argyrios Kyrtzidis2012-12-121-17/+26
* objective-C: use 'instance variables' as plural when referringFariborz Jahanian2012-09-241-3/+3
* objective-C: remove use of 'ivar' in favor ofFariborz Jahanian2012-09-241-11/+11
* objective-c arc: With currnt documentation, Fariborz Jahanian2012-04-201-0/+5
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* objc-arc: when 'assign' attribute is unspecified,Fariborz Jahanian2012-01-171-0/+19
* objc-arc: fixes a crash when trying to find out retaining cycleFariborz Jahanian2012-01-101-0/+24
* objc-arc: 'Class' property is implicitly __unsafe_unretained.Fariborz Jahanian2011-10-131-0/+15
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* objc-arc: Mention property's attribute by name whenFariborz Jahanian2011-08-261-2/+2
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-3/+3
* Automatic Reference Counting.John McCall2011-06-151-0/+112