summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/autorelease.m
AgeCommit message (Expand)Author
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-04-16objc_autoreleasePoolPop() can throw if a -dealloc does.John McCall
2012-06-20Restructure how the driver communicates information about theJohn 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-06-15Automatic Reference Counting.John McCall