summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/warn-deprecated-implementations.m
Commit message (Expand)AuthorAgeFilesLines
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-1/+8
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-5/+5
* [Sema][ObjC] Don't emit availability diags for category @implementationsErik Pilkington2017-05-311-3/+2
* Correct class-template deprecation behavior-REDUXErich Keane2017-03-231-2/+2
* Support attributes for Objective-C categoriesAlex Lorenz2017-03-231-0/+7
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-221-2/+2
* Correct class-template deprecation behaviorErich Keane2017-03-211-2/+2
* 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
OpenPOWER on IntegriCloud