summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/arc-foreach.m
Commit message (Expand)AuthorAgeFilesLines
* Bugfix/Followup for r177086.Adrian Prantl2013-03-291-1/+2
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-1/+3
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-211-4/+4
* objective-C arc: load of a __weak object happens via call toFariborz Jahanian2012-11-271-1/+2
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-5/+3
* Fix a subtle bug with cleanups: when activatingJohn McCall2011-11-101-7/+2
* Enter the cleanups for a block outside the enclosingJohn McCall2011-11-101-3/+10
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* The continue label in an ARC for-in loop should not involveJohn McCall2011-08-051-0/+21
* Clean up the analysis of the collection operand to ObjCJohn McCall2011-07-271-3/+81
* keep track of whether being in a RS_StructPointer stateChris Lattner2011-07-101-2/+2
* Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner2011-07-101-4/+4
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* Objective-C fast enumeration loop variables are not retained in ARC, butJohn McCall2011-06-171-18/+63
* Automatic Reference Counting.John McCall2011-06-151-0/+27
OpenPOWER on IntegriCloud