aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-deprecated.c
AgeCommit message (Expand)Author
2012-08-08Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman
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-12-17Remove a non-gcc-compatible extension that would apply attributes on declarat...Eli Friedman
2011-11-28pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian
2011-09-29c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian
2011-06-29Check for deprecated/unavailable/etc attributes on fields that areDouglas Gregor
2010-11-08Document Clang's support for attributes on individual enumerators andJohn McCall
2010-10-22Parse attributes on enumerators and instantiate attributes on enum decls.John McCall
2010-07-08Add support for differentiating between attributes ignored when handled andChandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-04Change our basic strategy for avoiding deprecation warnings when the decl useJohn McCall
2009-10-25Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul...Chris Lattner
2009-10-25When parsing a top level struct declaration, make sure to Chris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16diagnose uses of deprecated typenames and tags.Chris Lattner
2009-02-16add support for deprecated objc ivars.Chris Lattner
2009-02-16Add support for deprecated members of RecordDecls (e.g. struct fields).Chris Lattner
2009-02-15allow implementations of deprecated functions to use deprecated symbols.Chris Lattner
2009-02-14new tests, it would be nice to not warn on the second one.Chris Lattner
2009-02-13Start warning about unknown attributes.Anders Carlsson
2008-06-26rename some attr tests for consistency.Chris Lattner