aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/arc-objc-lifetime.m
AgeCommit message (Expand)Author
2013-03-01Attempt to not place ownership qualifiers on the result typeJohn McCall
2013-01-17In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor
2012-09-12objective-C arc: don't issue no explicit ownership warning whenFariborz Jahanian
2012-08-30objective-C ARC: under -Wexplicit-ownership-type diagnose thoseFariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-02-08Only complain about __strong __strong id, not __strong SomeStrongTypedefJohn McCall
2011-10-31Improve text of a diagnostic. Fariborz Jahanian
2011-10-29objc-arc: desugar certain type and improve on diagnostic forFariborz Jahanian
2011-10-28objective-c arc: type-casting of an objc pointer toFariborz Jahanian