1. bbd3407 Incomplete enum types not to be treated as integer type by Fariborz Jahanian · 14 years ago
  2. 4820908 Document Clang's support for attributes on individual enumerators and by John McCall · 14 years ago
  3. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  4. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  5. 34fd628 Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false by Eli Friedman · 14 years ago
  6. 2a480e3 Changed text of 'empty enum' diagnostics to say so. by Fariborz Jahanian · 14 years ago
  7. 0511552 Empty enum in c is now error to match gcc's behavior. (radar 8040068). by Fariborz Jahanian · 14 years ago
  8. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 14 years ago
  9. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  10. 19c1525 When diagnosing enumerator values outside of the range of 'int', be by Douglas Gregor · 14 years ago
  11. 677e4fe Improve handling of enumerator values for C and C++, including: by Douglas Gregor · 15 years ago
  12. 64f7e25 Don't a.k.a. through the primary typedef of an anonymous tag decl. by John McCall · 15 years ago
  13. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  14. 4dabe96 Ok, ok, I give in. Fix tests for unused result warning. by Daniel Dunbar · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. 275a369 Add type checking for tentative definitions at the end of the translation unit. by Douglas Gregor · 15 years ago
  17. a03aca8 Partial fix for PR3310, concerning type-checking for tentative by Douglas Gregor · 15 years ago
  18. 80711a2 Implement the GNU semantics for forward declarations of enum types in by Douglas Gregor · 15 years ago
  19. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  20. 8158f69 Warn about typedefs of enums without any declarator name. Fixes rdar://problem/6503878 by Douglas Gregor · 16 years ago
  21. 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 16 years ago
  22. 7df7b6b Create new EnumDecl nodes for redeclarations of enums, linking them by Douglas Gregor · 16 years ago
  23. e9a0f43 Workaround for PR3173. The fix is correct in the sense that if the enum by Eli Friedman · 16 years ago
  24. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  25. 45e52e1 Add test for nested enum redefinition. - <rdar://problem/6093889> by Daniel Dunbar · 16 years ago
  26. be89909 testcase for PR2416, which we already handle correctly. by Chris Lattner · 16 years ago
  27. d67cd9e fix diagnostics. by Chris Lattner · 16 years ago
  28. 834a72a Fix rdar://6095136, various crashes with incomplete enum types. by Chris Lattner · 16 years ago
  29. 14943b9 Fix PR2020 by recovering by defining an anonymous enum, instead of recovering by Chris Lattner · 16 years ago
  30. d3cd1e5 by Steve Naroff · 17 years ago
  31. 67c49e8 by Steve Naroff · 17 years ago
  32. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  33. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  34. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago