Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
842aef8d942a880eeb9535d40de31a86838264cb
/
test
/
SemaCXX
/
enum.cpp
842aef8
First pass at implementing C++ enum semantics: calculate (and store) an
by John McCall
· 16 years ago
5023437
When recovering from an invalid forward reference to an enum type in C++,
by John McCall
· 16 years ago
8c8d919
Add CheckCallReturnType and start using it for regular call expressions. This will improve error messages. For
by Anders Carlsson
· 16 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
e7c6f7a
Check that the return/argument types of calls are complete.
by Eli Friedman
· 16 years ago
24c46b3
Print the context of tag types as part of pretty-printing, e.g.,
by Douglas Gregor
· 16 years ago
80711a2
Implement the GNU semantics for forward declarations of enum types in
by Douglas Gregor
· 16 years ago
66b947f
Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr
by Douglas Gregor
· 17 years ago
93afb0d
Add test of enumerator types
by Douglas Gregor
· 17 years ago