aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/attr-deprecated.m
AgeCommit message (Expand)Author
2013-04-04Objective-C: Issue deprecated warning when using a Fariborz Jahanian
2012-09-21objective-C: when diagnosing deprecated/unavailable usage ofFariborz Jahanian
2012-08-08Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman
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-10Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is us...Ted Kremenek
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-12-07objc: issue deprecated/unavailable diagnostic whenFariborz Jahanian
2011-10-22objc: private methods can have their attributes, no diagnostic is required.Fariborz Jahanian
2011-10-06Implicitly assume that a ObjC category to an unavailable interface is also un...Argyrios Kyrtzidis
2011-10-06When using an unavailable/deprecated interface Foo inside Foo's interface/imp...Argyrios Kyrtzidis
2011-09-23Clean up parsing the category names in interfaces slightly, usingDouglas Gregor
2010-11-10Propagate the deprecated and unavailable attributes from aJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-05-13Changed wording of warning when attribute is onFariborz Jahanian
2009-05-12Method attributes may only be specified on methodFariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16warn about interfaces that inherit from deprecated classes.Chris Lattner
2009-02-16warn about categories that implement deprecated interfaces.Chris Lattner
2009-02-16do not warn about uses of deprecated decls when in an out-of-line objc methodChris Lattner
2009-02-16Add support for deprecating ObjC properties. Unlike GCC, we warn that the Chris Lattner
2009-02-16add support for deprecated objc ivars.Chris Lattner
2009-02-16update expected-warning line.Chris Lattner
2009-02-14Add support for deprecated Obj-C methods. The semantics mostly match what gcc...Anders Carlsson