1. 39b4fc8 pinpoint name/location of deprecated/unavailable enumerator by Fariborz Jahanian · 13 years ago
  2. 97db726 c - Enumerators may inherit the deprecated/unavailable by Fariborz Jahanian · 13 years ago
  3. 54001c1 Check for deprecated/unavailable/etc attributes on fields that are by Douglas Gregor · 13 years ago
  4. 4820908 Document Clang's support for attributes on individual enumerators and by John McCall · 14 years ago
  5. 5b629aa Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
  6. 7d5c45e Add support for differentiating between attributes ignored when handled and by Chandler Carruth · 14 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 54abf7d Change our basic strategy for avoiding deprecation warnings when the decl use by John McCall · 15 years ago
  9. 5233826 Implement rdar://6756623 - use of deprecated type in deprecated typedef should not warn by Chris Lattner · 15 years ago
  10. d451f83 When parsing a top level struct declaration, make sure to by Chris Lattner · 15 years ago
  11. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  13. 22bd905 diagnose uses of deprecated typenames and tags. by Chris Lattner · 15 years ago
  14. 553905d add support for deprecated objc ivars. by Chris Lattner · 15 years ago
  15. cfdff38 Add support for deprecated members of RecordDecls (e.g. struct fields). by Chris Lattner · 15 years ago
  16. 61a0f17 allow implementations of deprecated functions to use deprecated symbols. by Chris Lattner · 15 years ago
  17. 4238254 new tests, it would be nice to not warn on the second one. by Chris Lattner · 15 years ago
  18. b235caa Start warning about unknown attributes. by Anders Carlsson · 15 years ago
  19. f37da0e rename some attr tests for consistency. by Chris Lattner · 16 years ago[Renamed from test/Sema/attributes.c]
  20. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 16 years ago