index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
switch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor places which perform contextual implicit conversions to go through a
Richard Smith
2013-05-21
1
-0
/
+15
*
Reject continue/break statements within members of local functions nested within
Richard Smith
2012-02-17
1
-1
/
+22
*
Move -Wswitch-enum to -Wswitch
David Blaikie
2012-01-22
1
-1
/
+1
*
Expand the coverage of the warning for constants on the RHS of logical operands:
Chandler Carruth
2011-05-31
1
-1
/
+1
*
compute the integer width, not the memory width here. We want to know that
Chris Lattner
2011-02-24
1
-0
/
+7
*
turn down the logical bitwise confusion warning to not warn
Chris Lattner
2010-07-24
1
-2
/
+1
*
Add a warning to catch a bug recently caught by code review, like this:
Chris Lattner
2010-07-13
1
-1
/
+2
*
If a switch condition is constant, don't warn about missing enum cases.
John McCall
2010-05-18
1
-1
/
+18
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Require a class type to be complete before probing its conversion
Douglas Gregor
2009-11-23
1
-0
/
+7
*
Implement conversion from a switch condition with class type to an
Douglas Gregor
2009-11-23
1
-0
/
+20
*
Fix for PR5190, Credit to Zhanyong Wan.
Edward O'Callaghan
2009-10-17
1
-0
/
+15