summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/arc-decls.m
Commit message (Expand)AuthorAgeFilesLines
* ObjectiveC. 1) Warn when @dynamic (as well as synthesize) Fariborz Jahanian2014-01-101-6/+14
* ObjectiveC ARC. Removes a bogus warning when a weak Fariborz Jahanian2013-11-191-0/+5
* ObjectiveC arc. Warn when an implicitly 'strong' property Fariborz Jahanian2013-10-261-0/+13
* Improving objc_ownership attribute test coverage.Aaron Ballman2013-09-011-0/+6
* Undo my re-wording of the "ARC forbids Objective-C objects in ..."Douglas Gregor2013-01-281-4/+4
* Forbid the use of objects in unions in Objective-C++ ARC. FixesDouglas Gregor2013-01-281-4/+4
* objective-C arc: ns_returns_retained is a type attribute in ARC,Fariborz Jahanian2012-08-281-0/+2
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Don't suppress access-control or invalid-type diagnostics from aJohn McCall2012-01-261-0/+11
* objc-arc: better diagnostic when block is declaredFariborz Jahanian2011-12-121-1/+6
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* objcetive-c-arc: When overriding a method, its ns_consumed patameterFariborz Jahanian2011-09-271-0/+19
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-6/+6
* Automatic Reference Counting.John McCall2011-06-151-0/+64