1. 19c1525 When diagnosing enumerator values outside of the range of 'int', be by Douglas Gregor · 15 years ago
  2. 677e4fe Improve handling of enumerator values for C and C++, including: by Douglas Gregor · 16 years ago
  3. 64f7e25 Don't a.k.a. through the primary typedef of an anonymous tag decl. by John McCall · 16 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  5. 4dabe96 Ok, ok, I give in. Fix tests for unused result warning. by Daniel Dunbar · 16 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  7. 275a369 Add type checking for tentative definitions at the end of the translation unit. by Douglas Gregor · 16 years ago
  8. a03aca8 Partial fix for PR3310, concerning type-checking for tentative by Douglas Gregor · 16 years ago
  9. 80711a2 Implement the GNU semantics for forward declarations of enum types in by Douglas Gregor · 16 years ago
  10. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 17 years ago
  11. 8158f69 Warn about typedefs of enums without any declarator name. Fixes rdar://problem/6503878 by Douglas Gregor · 17 years ago
  12. 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 17 years ago
  13. 7df7b6b Create new EnumDecl nodes for redeclarations of enums, linking them by Douglas Gregor · 17 years ago
  14. e9a0f43 Workaround for PR3173. The fix is correct in the sense that if the enum by Eli Friedman · 17 years ago
  15. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 17 years ago
  16. 45e52e1 Add test for nested enum redefinition. - <rdar://problem/6093889> by Daniel Dunbar · 17 years ago
  17. be89909 testcase for PR2416, which we already handle correctly. by Chris Lattner · 17 years ago
  18. d67cd9e fix diagnostics. by Chris Lattner · 17 years ago
  19. 834a72a Fix rdar://6095136, various crashes with incomplete enum types. by Chris Lattner · 17 years ago
  20. 14943b9 Fix PR2020 by recovering by defining an anonymous enum, instead of recovering by Chris Lattner · 17 years ago
  21. d3cd1e5 by Steve Naroff · 18 years ago
  22. 67c49e8 by Steve Naroff · 18 years ago
  23. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 18 years ago
  24. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 18 years ago
  25. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 18 years ago