1. c87f4d4 Don't perform integral promotions from an incompletion enumeration by Douglas Gregor · 15 years ago
  2. 4202c34 Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false by Eli Friedman · 15 years ago
  3. aa8c972 Complain when an unnamed enumeration has no enumerations (in C++). Fixes PR7466. by Douglas Gregor · 15 years ago
  4. c9ea2d5 In C++, allow a declaration of an enum to follow a definition of that by Douglas Gregor · 15 years ago
  5. bea453a In C++, one cannot assign from an arithmetic type to an enumeration by Douglas Gregor · 15 years ago
  6. b92a156 Implement the lvalue-to-rvalue conversion where needed. The by Douglas Gregor · 16 years ago
  7. 5204248f When looking up enumerator names for redeclaration, use the by Douglas Gregor · 16 years ago
  8. 8d0da80 Fix test. by Eli Friedman · 16 years ago
  9. 6a8dc92 Make sure C-specific enum warning doesn't trigger in C++. by Eli Friedman · 16 years ago
  10. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  11. 5677499 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 16 years ago
  12. 9f54518 When recovering from an invalid forward reference to an enum type in C++, by John McCall · 16 years ago
  13. 7f84ed9 Add CheckCallReturnType and start using it for regular call expressions. This will improve error messages. For by Anders Carlsson · 16 years ago
  14. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  15. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  16. 3164fb1 Check that the return/argument types of calls are complete. by Eli Friedman · 17 years ago
  17. 975e6d0 Print the context of tag types as part of pretty-printing, e.g., by Douglas Gregor · 17 years ago
  18. d45b93b Implement the GNU semantics for forward declarations of enum types in by Douglas Gregor · 17 years ago
  19. 225b321 Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr by Douglas Gregor · 17 years ago
  20. b9d2380 Add test of enumerator types by Douglas Gregor · 17 years ago