index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
enum-scoped.cpp
Age
Commit message (
Expand
)
Author
2013-04-01
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2012-07-19
Relaxed enumeration constant naming rules for scoped enumerators so they no l...
Aaron Ballman
2012-03-26
Handle instantiations of redeclarations of forward-declared enumerations within
Richard Smith
2012-03-26
Delay checking of dependent underlying types for redeclarations of member
Richard Smith
2012-03-23
When defining a forward-declared enum, don't try to attach the definition to
Richard Smith
2012-03-10
Slightly tweak this condition. "isTransparentContext()" was checking whether an
Nick Lewycky
2012-03-08
Loosen the precondition of isCXXInstanceMember() to simply return
Douglas Gregor
2012-02-04
Don't allow a value of a scoped enumeration to be used as the first bound for an
Richard Smith
2012-01-18
constexpr: converted constant expression handling for enumerator values, case
Richard Smith
2012-01-10
Update C++11 scoped enumeration support to match the final proposal:
Richard Smith
2011-12-06
Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR1...
Eli Friedman
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-07-06
Fixed enum types can be complete without actually being valid to use
John McCall
2011-07-06
Properly protect colons when parsing a nested-name-specifier as part
John McCall
2011-05-05
Scoped enumerations should not be treated as integer types (in the C
Douglas Gregor
2011-03-01
Implement comparison of C++0x scoped enumeration types. Fixes PR9333.
Douglas Gregor
2011-02-22
Fix a little bug in the handling of enumeration types with a fixed
Douglas Gregor
2010-10-08
Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a
Douglas Gregor