1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. 13303b9 Merging r195687: by Bill Wendling · 11 years ago
  4. b7f23f1 Correctly skip type sugar when determining the width of an enum type. Derived by Richard Smith · 11 years ago
  5. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  6. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 11 years ago
  7. 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
  8. 38f0df3 Handle instantiations of redeclarations of forward-declared enumerations within by Richard Smith · 13 years ago
  9. 4ca93d9 Delay checking of dependent underlying types for redeclarations of member by Richard Smith · 13 years ago
  10. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 13 years ago
  11. 1659c37 Slightly tweak this condition. "isTransparentContext()" was checking whether an by Nick Lewycky · 13 years ago
  12. 5bc37f6 Loosen the precondition of isCXXInstanceMember() to simply return by Douglas Gregor · 13 years ago
  13. 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
  14. 8ef7b20 constexpr: converted constant expression handling for enumerator values, case by Richard Smith · 13 years ago
  15. bdad7a2 Update C++11 scoped enumeration support to match the final proposal: by Richard Smith · 13 years ago
  16. 19efa3e Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR11484. by Eli Friedman · 13 years ago
  17. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  18. 9dc71d2 Fixed enum types can be complete without actually being valid to use by John McCall · 13 years ago
  19. 57c1300 Properly protect colons when parsing a nested-name-specifier as part by John McCall · 13 years ago
  20. b6adf2c Scoped enumerations should not be treated as integer types (in the C by Douglas Gregor · 13 years ago
  21. 90566c0 Implement comparison of C++0x scoped enumeration types. Fixes PR9333. by Douglas Gregor · 14 years ago
  22. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 14 years ago
  23. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago