aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/arc-0x.mm
AgeCommit message (Expand)Author
2013-01-17One can override an Objective-C ARC ownership qualifier that came fromDouglas Gregor
2012-09-05objective-c++11: c++11 does not change pod-ness whenFariborz Jahanian
2012-08-07Objective-C pointer types don't have C-linkage, even though they areDouglas Gregor
2012-06-15Test that -Wauto-var-id fires in value-dependent contexts.Jordan Rose
2012-06-08Warn in ObjC++ when an 'auto' variable deduces type 'id'.Jordan Rose
2012-03-30Forbid the block and lambda copy-capture of __autoreleasing variablesJohn McCall
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-01Introduce Declarator::ObjCCatchContext, this will result in correct error for...Argyrios Kyrtzidis
2011-06-15Automatic Reference Counting.John McCall