aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/protocol-attribute.m
AgeCommit message (Expand)Author
2013-12-18Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek
2012-08-08Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman
2012-05-27-Wdeprecated warning to include reference (as a note)Fariborz Jahanian
2011-03-23Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor
2010-07-21Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's ...Ted Kremenek
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-07-22Fix <rdar://problem/6770276> Support Class<Proto> syntax.Steve Naroff
2009-04-12fix typo in test name.Chris Lattner