summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/attr-deprecated.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C: Tweak unavailability warning.Nico Weber2014-12-271-4/+17
* Make the test from r224873 actually pass.Nico Weber2014-12-271-2/+4
* Add more test coverage for the Objective-C deprected selector warning.Nico Weber2014-12-271-0/+11
* Objective-C. Fixes a regression caused by implementationFariborz Jahanian2014-11-131-0/+20
* Fixed a buildbot failure.Fariborz Jahanian2014-11-081-2/+2
* [Objective-C Sema]. Issue availability/deprecated warning when Fariborz Jahanian2014-11-071-2/+12
* Objective-C [qoi]. When reporting that a property is notFariborz Jahanian2014-10-101-1/+2
* Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian2014-08-291-1/+1
* Objective-C. Improve diagnostic when property isFariborz Jahanian2014-07-281-1/+1
* Objective-C. Issue more warning diagnostic when certainFariborz Jahanian2014-07-261-2/+2
* Objective-C. deprecated attribute is not inherited on methodsFariborz Jahanian2014-07-171-0/+35
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-10/+10
* Refine 'deprecated' checking for Objective-C classes/methods.Ted Kremenek2013-11-201-0/+38
* Objective-C: Issue deprecated warning when using a Fariborz Jahanian2013-04-041-0/+19
* objective-C: when diagnosing deprecated/unavailable usage ofFariborz Jahanian2012-09-211-1/+2
* Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman2012-08-081-0/+13
* -Wdeprecated warning to include reference (as a note)Fariborz Jahanian2012-05-271-7/+7
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is us...Ted Kremenek2012-02-101-18/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-4/+4
* objc: issue deprecated/unavailable diagnostic whenFariborz Jahanian2011-12-071-1/+18
* objc: private methods can have their attributes, no diagnostic is required.Fariborz Jahanian2011-10-221-1/+1
* Implicitly assume that a ObjC category to an unavailable interface is also un...Argyrios Kyrtzidis2011-10-061-1/+8
* When using an unavailable/deprecated interface Foo inside Foo's interface/imp...Argyrios Kyrtzidis2011-10-061-0/+2
* Clean up parsing the category names in interfaces slightly, usingDouglas Gregor2011-09-231-0/+4
* Propagate the deprecated and unavailable attributes from aJohn McCall2010-11-101-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Changed wording of warning when attribute is onFariborz Jahanian2009-05-131-1/+1
* Method attributes may only be specified on methodFariborz Jahanian2009-05-121-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* warn about interfaces that inherit from deprecated classes.Chris Lattner2009-02-161-0/+5
* warn about categories that implement deprecated interfaces.Chris Lattner2009-02-161-0/+11
* do not warn about uses of deprecated decls when in an out-of-line objc methodChris Lattner2009-02-161-2/+1
* Add support for deprecating ObjC properties. Unlike GCC, we warn that the Chris Lattner2009-02-161-0/+15
* add support for deprecated objc ivars.Chris Lattner2009-02-161-1/+5
* update expected-warning line.Chris Lattner2009-02-161-1/+1
* Add support for deprecated Obj-C methods. The semantics mostly match what gcc...Anders Carlsson2009-02-141-0/+65