summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/warn-deprecated-implementations.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. No need to issue deprecated warning if deprecated method Fariborz Jahanian2014-03-181-2/+14
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-1/+1
* objective-C: Do not issue deprecated warning about implementationFariborz Jahanian2012-11-171-2/+11
* -Wdeprecated warning to include reference (as a note)Fariborz Jahanian2012-05-271-1/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-271-4/+4
* Implicitly assume that a ObjC category to an unavailable interface is also un...Argyrios Kyrtzidis2011-10-061-1/+2
* Warn if method for a deprecated method is implemented.Fariborz Jahanian2011-02-151-0/+45