1. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 11 years ago
  2. f816787 Relaxed enumeration constant naming rules for scoped enumerators so they no longer emit a diagnostic when the enumeration's name matches that of the class. Fixes PR13128. by Aaron Ballman · 12 years ago
  3. 38f0df3 Handle instantiations of redeclarations of forward-declared enumerations within by Richard Smith · 12 years ago
  4. 4ca93d9 Delay checking of dependent underlying types for redeclarations of member by Richard Smith · 12 years ago
  5. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago
  6. 1659c37 Slightly tweak this condition. "isTransparentContext()" was checking whether an by Nick Lewycky · 12 years ago
  7. 5bc37f6 Loosen the precondition of isCXXInstanceMember() to simply return by Douglas Gregor · 12 years ago
  8. f39aec1 Don't allow a value of a scoped enumeration to be used as the first bound for an by Richard Smith · 13 years ago
  9. 8ef7b20 constexpr: converted constant expression handling for enumerator values, case by Richard Smith · 13 years ago
  10. bdad7a2 Update C++11 scoped enumeration support to match the final proposal: by Richard Smith · 13 years ago
  11. 19efa3e Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR11484. by Eli Friedman · 13 years ago
  12. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  13. 9dc71d2 Fixed enum types can be complete without actually being valid to use by John McCall · 13 years ago
  14. 57c1300 Properly protect colons when parsing a nested-name-specifier as part by John McCall · 13 years ago
  15. b6adf2c Scoped enumerations should not be treated as integer types (in the C by Douglas Gregor · 13 years ago
  16. 90566c0 Implement comparison of C++0x scoped enumeration types. Fixes PR9333. by Douglas Gregor · 13 years ago
  17. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 13 years ago
  18. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago