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.cpp
Age
Commit message (
Expand
)
Author
2012-01-15
Pedantic diagnostic correction: in C++, we have integral constant expressions,
Richard Smith
2010-09-12
Don't perform integral promotions from an incompletion enumeration
Douglas Gregor
2010-08-19
Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false
Eli Friedman
2010-07-13
Complain when an unnamed enumeration has no enumerations (in
Douglas Gregor
2010-06-22
In C++, allow a declaration of an enum to follow a definition of that
Douglas Gregor
2010-05-23
In C++, one cannot assign from an arithmetic type to an enumeration
Douglas Gregor
2010-02-03
Implement the lvalue-to-rvalue conversion where needed. The
Douglas Gregor
2010-01-19
When looking up enumerator names for redeclaration, use the
Douglas Gregor
2009-12-16
Fix test.
Eli Friedman
2009-12-16
Make sure C-specific enum warning doesn't trigger in C++.
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-09
First pass at implementing C++ enum semantics: calculate (and store) an
John McCall
2009-12-04
When recovering from an invalid forward reference to an enum type in C++,
John McCall
2009-10-09
Add CheckCallReturnType and start using it for regular call expressions. This...
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-22
Check that the return/argument types of calls are complete.
Eli Friedman
2009-03-19
Print the context of tag types as part of pretty-printing, e.g.,
Douglas Gregor
2009-03-06
Implement the GNU semantics for forward declarations of enum types in
Douglas Gregor
2009-01-16
Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr
Douglas Gregor
2008-12-12
Add test of enumerator types
Douglas Gregor