aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/arc-foreach.m
AgeCommit message (Expand)Author
2013-03-29Bugfix/Followup for r177086.Adrian Prantl
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-21objective-C arc IR-gen. Retaining of strongFariborz Jahanian
2012-11-27objective-C arc: load of a __weak object happens via call toFariborz Jahanian
2012-10-17At -O0, prefer objc_storeStrong with a null new value to theJohn McCall
2011-11-10Fix a subtle bug with cleanups: when activatingJohn McCall
2011-11-10Enter the cleanups for a block outside the enclosingJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-08-05The continue label in an ARC for-in loop should not involveJohn McCall
2011-07-27Clean up the analysis of the collection operand to ObjCJohn McCall
2011-07-10keep track of whether being in a RS_StructPointer stateChris Lattner
2011-07-10Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-17Objective-C fast enumeration loop variables are not retained in ARC, butJohn McCall
2011-06-15Automatic Reference Counting.John McCall