summaryrefslogtreecommitdiffstats
path: root/test/SemaObjCXX/arc-type-conversion.mm
Commit message (Expand)AuthorAgeFilesLines
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-4/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* -Fix mistake in ASTContext::getInnerObjCOwnership noticed by DougArgyrios Kyrtzidis2011-07-011-0/+1
* Fix assertion hit in inferARCWriteback.Argyrios Kyrtzidis2011-07-011-0/+3
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-2/+1
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-2/+22
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-7/+7
* Automatic Reference Counting.John McCall2011-06-151-0/+198