summaryrefslogtreecommitdiff
path: root/test/SemaObjC/warn-deprecated-implementations.m
AgeCommit message (Expand)Author
2017-07-13Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz
2017-07-13NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz
2017-05-31[Sema][ObjC] Don't emit availability diags for category @implementationsErik Pilkington
2017-03-23Correct class-template deprecation behavior-REDUXErich Keane
2017-03-23Support attributes for Objective-C categoriesAlex Lorenz
2017-03-22Revert "Correct class-template deprecation behavior"Martin Bohme
2017-03-21Correct class-template deprecation behaviorErich Keane
2014-03-18Objective-C. No need to issue deprecated warning if deprecated method Fariborz Jahanian
2013-12-18Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek
2012-11-17objective-C: Do not issue deprecated warning about implementationFariborz Jahanian
2012-05-27-Wdeprecated warning to include reference (as a note)Fariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-02-27After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek
2011-10-06Implicitly assume that a ObjC category to an unavailable interface is also un...Argyrios Kyrtzidis
2011-02-15Warn if method for a deprecated method is implemented.Fariborz Jahanian