1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 54abf7d Change our basic strategy for avoiding deprecation warnings when the decl use by John McCall · 15 years ago
  3. 5233826 Implement rdar://6756623 - use of deprecated type in deprecated typedef should not warn by Chris Lattner · 15 years ago
  4. d451f83 When parsing a top level struct declaration, make sure to by Chris Lattner · 15 years ago
  5. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  7. 22bd905 diagnose uses of deprecated typenames and tags. by Chris Lattner · 16 years ago
  8. 553905d add support for deprecated objc ivars. by Chris Lattner · 16 years ago
  9. cfdff38 Add support for deprecated members of RecordDecls (e.g. struct fields). by Chris Lattner · 16 years ago
  10. 61a0f17 allow implementations of deprecated functions to use deprecated symbols. by Chris Lattner · 16 years ago
  11. 4238254 new tests, it would be nice to not warn on the second one. by Chris Lattner · 16 years ago
  12. b235caa Start warning about unknown attributes. by Anders Carlsson · 16 years ago
  13. f37da0e rename some attr tests for consistency. by Chris Lattner · 16 years ago[Renamed from test/Sema/attributes.c]
  14. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago