aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/arc.mm
AgeCommit message (Expand)Author
2013-04-11Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall
2013-03-23Under ARC, when we're passing the address of a strong variableJohn McCall
2012-11-27objective-C arc: load of a __weak object happens via call toFariborz Jahanian
2012-07-31Don't crash *or* insert a bogus autorelease when emitting aJohn McCall
2012-04-06Fix a Sema invariant bug that I recently introduced involvingJohn McCall
2011-12-10Make sure that we infer __strong, etc. when we instantiate variablesDouglas Gregor
2011-12-10Use the right CHECK prefix so that we actually do this checking. Miraculously...Douglas Gregor
2011-12-10When we manage to re-use an expression during tree transformation (=Douglas Gregor
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-27Clean up the analysis of the collection operand to ObjCJohn McCall
2011-07-07In ARC, reclaim all return values of retainable type, not just thoseJohn McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-16Be sure to try a final ARC-production even in Objective-C++.John McCall
2011-06-15Automatic Reference Counting.John McCall