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