1. 244ee7b Pedantic diagnostic correction: in C++, we have integral constant expressions, by Richard Smith · 13 years ago
  2. 5dde160 Don't perform integral promotions from an incompletion enumeration by Douglas Gregor · 14 years ago
  3. 34fd628 Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false by Eli Friedman · 14 years ago
  4. a131d0f Complain when an unnamed enumeration has no enumerations (in C++). Fixes PR7466. by Douglas Gregor · 14 years ago
  5. f3a7b7c In C++, allow a declaration of an enum to follow a definition of that by Douglas Gregor · 14 years ago
  6. 88623ad In C++, one cannot assign from an arithmetic type to an enumeration by Douglas Gregor · 14 years ago
  7. a873dfc Implement the lvalue-to-rvalue conversion where needed. The by Douglas Gregor · 15 years ago
  8. e39fe72 When looking up enumerator names for redeclaration, use the by Douglas Gregor · 15 years ago
  9. 5f7157e Fix test. by Eli Friedman · 15 years ago
  10. 2aaad63 Make sure C-specific enum warning doesn't trigger in C++. by Eli Friedman · 15 years ago
  11. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  12. 842aef8 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 15 years ago
  13. 5023437 When recovering from an invalid forward reference to an enum type in C++, by John McCall · 15 years ago
  14. 8c8d919 Add CheckCallReturnType and start using it for regular call expressions. This will improve error messages. For by Anders Carlsson · 15 years ago
  15. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  16. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  17. e7c6f7a Check that the return/argument types of calls are complete. by Eli Friedman · 15 years ago
  18. 24c46b3 Print the context of tag types as part of pretty-printing, e.g., by Douglas Gregor · 15 years ago
  19. 80711a2 Implement the GNU semantics for forward declarations of enum types in by Douglas Gregor · 15 years ago
  20. 66b947f Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr by Douglas Gregor · 16 years ago
  21. 93afb0d Add test of enumerator types by Douglas Gregor · 16 years ago