summaryrefslogtreecommitdiff
path: root/test/SemaObjC/special-dep-unavail-warning.m
AgeCommit message (Expand)Author
2017-03-23Correct class-template deprecation behavior-REDUXErich Keane
2017-03-22Revert "Correct class-template deprecation behavior"Martin Bohme
2017-03-21Correct class-template deprecation behaviorErich Keane
2013-12-19Wordsmith "maybe" into "may be" in diagnostic, and move warning under flag.Ted Kremenek
2013-12-18Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek
2012-05-27-Wdeprecated warning to include reference (as a note)Fariborz Jahanian
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-14Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor
2011-10-15Avoid duplicate unavailbility diagnostics in objc++.Fariborz Jahanian
2011-06-15Automatic Reference Counting.John McCall
2011-04-23"note" location of forward class used as receiver ofFariborz Jahanian
2011-03-23Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor
2010-12-21Warn when message is sent to receiver ofFariborz Jahanian