Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
369bddf5ad8cb1543d38d4afd12cce768292114a
/
clang
/
test
/
SemaCXX
/
switch.cpp
abcf38a
compute the integer width, not the memory width here. We want to know that
by Chris Lattner
· 15 years ago
938533d
turn down the logical bitwise confusion warning to not warn
by Chris Lattner
· 15 years ago
8406c51
Add a warning to catch a bug recently caught by code review, like this:
by Chris Lattner
· 15 years ago
d3dfbd6
If a switch condition is constant, don't warn about missing enum cases.
by John McCall
· 15 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
378e192
Require a class type to be complete before probing its conversion
by Douglas Gregor
· 16 years ago
d0c22e0
Implement conversion from a switch condition with class type to an
by Douglas Gregor
· 16 years ago
93135aa
Fix for PR5190, Credit to Zhanyong Wan.
by Edward O'Callaghan
· 16 years ago