summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/arc-type-traits.mm
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-07-23When we have an Objective-C object with non-trivial lifetime in aDouglas Gregor
2012-06-29Teach the __is_trivially_assignable and __is_trivially_constructibleDouglas Gregor
2011-12-30Unrevert r147271, reverted in r147361.Richard Smith
2011-12-30Revert r147271. This fixes PR11676.Rafael Espindola
2011-12-25constexpr: perform zero-initialization prior to / instead of performing aRichard Smith
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