aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/arc-templates.mm
AgeCommit message (Expand)Author
2013-01-17In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor
2012-07-18When performing the deduced/actual argument type check for C++Douglas Gregor
2012-02-08Only complain about __strong __strong id, not __strong SomeStrongTypedefJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-26Objective-C++ ARC: When performing template argument deduction for aDouglas Gregor
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-17Objective-C++ ARC: eliminate the utterly unjustified loophole thatDouglas Gregor
2011-06-17Objective-ARC++: infer template type arguments ofDouglas Gregor
2011-06-15Automatic Reference Counting.John McCall