summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/attr-deprecated.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud