summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-deprecated.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-2/+2
* Correct class-template deprecation behavior-REDUXErich Keane2017-03-231-10/+13
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-221-10/+10
* Revert "iFix Test deprecation behavior in C89 mode as a result of r298410"Martin Bohme2017-03-221-4/+1
* iFix Test deprecation behavior in C89 mode as a result of r298410Erich Keane2017-03-211-1/+4
* Correct class-template deprecation behaviorErich Keane2017-03-211-10/+10
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-0/+5
* Switch C compilations to C11 by default.Richard Smith2014-10-201-2/+2
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-12/+12
* Merge attributes on typedef decls.Eli Friedman2013-07-161-0/+4
* Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman2012-08-081-1/+8
* Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman2012-08-081-6/+6
* -Wdeprecated warning to include reference (as a note)Fariborz Jahanian2012-05-271-8/+8
* Remove a non-gcc-compatible extension that would apply attributes on declarat...Eli Friedman2011-12-171-2/+2
* pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian2011-11-281-1/+1
* c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian2011-09-291-1/+1
* Check for deprecated/unavailable/etc attributes on fields that areDouglas Gregor2011-06-291-0/+2
* Document Clang's support for attributes on individual enumerators andJohn McCall2010-11-081-0/+2
* Parse attributes on enumerators and instantiate attributes on enum decls.John McCall2010-10-221-0/+11
* Add support for differentiating between attributes ignored when handled andChandler Carruth2010-07-081-3/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change our basic strategy for avoiding deprecation warnings when the decl useJohn McCall2009-11-041-0/+45
* Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul...Chris Lattner2009-10-251-0/+6
* When parsing a top level struct declaration, make sure to Chris Lattner2009-10-251-0/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* diagnose uses of deprecated typenames and tags.Chris Lattner2009-02-161-0/+2
* add support for deprecated objc ivars.Chris Lattner2009-02-161-0/+1
* Add support for deprecated members of RecordDecls (e.g. struct fields).Chris Lattner2009-02-161-0/+8
* allow implementations of deprecated functions to use deprecated symbols.Chris Lattner2009-02-151-1/+1
* new tests, it would be nice to not warn on the second one.Chris Lattner2009-02-141-0/+9
* Start warning about unknown attributes.Anders Carlsson2009-02-131-1/+1
* rename some attr tests for consistency.Chris Lattner2008-06-261-0/+25