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
/
Sema
/
switch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
turn down the logical bitwise confusion warning to not warn
Chris Lattner
2010-07-24
1
-4
/
+2
*
Add a warning to catch a bug recently caught by code review, like this:
Chris Lattner
2010-07-13
1
-2
/
+4
*
When deciding whether an expression has the boolean nature, don't look through
John McCall
2010-06-12
1
-0
/
+11
*
If a switch condition is constant, don't warn about missing enum cases.
John McCall
2010-05-18
1
-7
/
+23
*
Don't warn about case-value conversions from a negative value to a
Douglas Gregor
2010-03-01
1
-0
/
+7
*
Don't diagnose overflow in case statements when the conversion is a
Douglas Gregor
2010-02-18
1
-0
/
+14
*
For -Wswitch-enum warnings, be sure to look through typedefs of enum
Douglas Gregor
2010-02-17
1
-0
/
+17
*
Warn when cases are missing from a switch on a value of enumeration
Douglas Gregor
2010-02-08
1
-0
/
+138
*
Fix the search for visible declarations within a Scope to ensure that
Douglas Gregor
2010-01-07
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
When the condition of a switch() statement is semantically invalid,
Douglas Gregor
2009-11-25
1
-1
/
+11
*
Implement PR4407 - missing warnings on case value overflow,
Chris Lattner
2009-10-16
1
-0
/
+7
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Use VerifyIntegerConstantExpression for case values.
Anders Carlsson
2008-12-01
1
-4
/
+4
*
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-23
1
-3
/
+11
*
Case values must be evaluated
Anders Carlsson
2008-11-22
1
-0
/
+10
*
Use Expr::Evaluate for case statements. Fixes PR2525
Anders Carlsson
2008-11-22
1
-0
/
+22
*
rename -parse-ast-print to -ast-print
Chris Lattner
2007-10-11
1
-1
/
+1
*
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-09-26
1
-1
/
+1
*
finish off switch case overlap checking, adding support for
Chris Lattner
2007-08-23
1
-5
/
+12
*
detect and diagnose empty case ranges:
Chris Lattner
2007-08-23
1
-0
/
+2
*
fix a segfault in cases where there are no cases.
Chris Lattner
2007-08-23
1
-0
/
+4
*
report duplicate case values. TODO: report duplicate/overlapping ranges.
Chris Lattner
2007-08-23
1
-1
/
+2
*
start checking case values of switch stmts more closely. Emit overflow
Chris Lattner
2007-08-23
1
-1
/
+8
*
correctly verify that default and case are in a switchstmt,
Chris Lattner
2007-07-23
1
-0
/
+9