aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/arc-type-conversion.mm
AgeCommit message (Expand)Author
2011-10-17Teach the ARC compiler to not require __bridge casts whenJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-07-01-Fix mistake in ASTContext::getInnerObjCOwnership noticed by DougArgyrios Kyrtzidis
2011-07-01Fix assertion hit in inferARCWriteback.Argyrios Kyrtzidis
2011-07-01[ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis
2011-07-01[ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis
2011-06-24Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis
2011-06-15Automatic Reference Counting.John McCall