Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
enum.cpp
d46b05d
[Test] Fix test file for C++98 mode
by David Bolvansky
· 7 years ago
1b2a9a3
[Diagnostics] Add missing expected warning to test file
by David Bolvansky
· 7 years ago
8b0bbc6
[Sema] Error out early for tags defined inside an enumeration.
by Volodymyr Sapsai
· 8 years ago
ce8eca5
Explicitly permit undefined behavior in constant initializers for global
by Richard Smith
· 10 years ago
2ec4061
Pedantic diagnostic correction: in C++, we have integral constant expressions,
by Richard Smith
· 14 years ago
c87f4d4
Don't perform integral promotions from an incompletion enumeration
by Douglas Gregor
· 15 years ago
4202c34
Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false
by Eli Friedman
· 15 years ago
aa8c972
Complain when an unnamed enumeration has no enumerations (in C++). Fixes PR7466.
by Douglas Gregor
· 15 years ago
c9ea2d5
In C++, allow a declaration of an enum to follow a definition of that
by Douglas Gregor
· 15 years ago
bea453a
In C++, one cannot assign from an arithmetic type to an enumeration
by Douglas Gregor
· 15 years ago
b92a156
Implement the lvalue-to-rvalue conversion where needed. The
by Douglas Gregor
· 16 years ago
5204248f
When looking up enumerator names for redeclaration, use the
by Douglas Gregor
· 16 years ago
8d0da80
Fix test.
by Eli Friedman
· 16 years ago
6a8dc92
Make sure C-specific enum warning doesn't trigger in C++.
by Eli Friedman
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
5677499
First pass at implementing C++ enum semantics: calculate (and store) an
by John McCall
· 16 years ago
9f54518
When recovering from an invalid forward reference to an enum type in C++,
by John McCall
· 16 years ago
7f84ed9
Add CheckCallReturnType and start using it for regular call expressions. This will improve error messages. For
by Anders Carlsson
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
3164fb1
Check that the return/argument types of calls are complete.
by Eli Friedman
· 17 years ago
975e6d0
Print the context of tag types as part of pretty-printing, e.g.,
by Douglas Gregor
· 17 years ago
d45b93b
Implement the GNU semantics for forward declarations of enum types in
by Douglas Gregor
· 17 years ago
225b321
Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr
by Douglas Gregor
· 17 years ago
b9d2380
Add test of enumerator types
by Douglas Gregor
· 17 years ago