summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/arc-objc-lifetime.m
Commit message (Expand)AuthorAgeFilesLines
* Attempt to not place ownership qualifiers on the result typeJohn McCall2013-03-011-3/+42
* In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor2013-01-171-0/+19
* objective-C arc: don't issue no explicit ownership warning whenFariborz Jahanian2012-09-121-0/+11
* objective-C ARC: under -Wexplicit-ownership-type diagnose thoseFariborz Jahanian2012-08-301-2/+18
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-2/+2
* Only complain about __strong __strong id, not __strong SomeStrongTypedefJohn McCall2012-02-081-0/+8
* Improve text of a diagnostic. Fariborz Jahanian2011-10-311-3/+3
* objc-arc: desugar certain type and improve on diagnostic forFariborz Jahanian2011-10-291-2/+4
* objective-c arc: type-casting of an objc pointer toFariborz Jahanian2011-10-281-0/+32