aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/enum-scoped.cpp
AgeCommit message (Expand)Author
2013-04-01PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith
2012-07-19Relaxed enumeration constant naming rules for scoped enumerators so they no l...Aaron Ballman
2012-03-26Handle instantiations of redeclarations of forward-declared enumerations withinRichard Smith
2012-03-26Delay checking of dependent underlying types for redeclarations of memberRichard Smith
2012-03-23When defining a forward-declared enum, don't try to attach the definition toRichard Smith
2012-03-10Slightly tweak this condition. "isTransparentContext()" was checking whether anNick Lewycky
2012-03-08Loosen the precondition of isCXXInstanceMember() to simply returnDouglas Gregor
2012-02-04Don't allow a value of a scoped enumeration to be used as the first bound for anRichard Smith
2012-01-18constexpr: converted constant expression handling for enumerator values, caseRichard Smith
2012-01-10Update C++11 scoped enumeration support to match the final proposal:Richard Smith
2011-12-06Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR1...Eli Friedman
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-07-06Fixed enum types can be complete without actually being valid to useJohn McCall
2011-07-06Properly protect colons when parsing a nested-name-specifier as partJohn McCall
2011-05-05Scoped enumerations should not be treated as integer types (in the CDouglas Gregor
2011-03-01Implement comparison of C++0x scoped enumeration types. Fixes PR9333.Douglas Gregor
2011-02-22Fix a little bug in the handling of enumeration types with a fixedDouglas Gregor
2010-10-08Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor