summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/switch.c
Commit message (Expand)AuthorAgeFilesLines
* When deciding whether an expression has the boolean nature, don't look throughJohn McCall2010-06-121-0/+11
* If a switch condition is constant, don't warn about missing enum cases.John McCall2010-05-181-7/+23
* Don't warn about case-value conversions from a negative value to aDouglas Gregor2010-03-011-0/+7
* Don't diagnose overflow in case statements when the conversion is aDouglas Gregor2010-02-181-0/+14
* For -Wswitch-enum warnings, be sure to look through typedefs of enumDouglas Gregor2010-02-171-0/+17
* Warn when cases are missing from a switch on a value of enumerationDouglas Gregor2010-02-081-0/+138
* Fix the search for visible declarations within a Scope to ensure thatDouglas Gregor2010-01-071-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When the condition of a switch() statement is semantically invalid,Douglas Gregor2009-11-251-1/+11
* Implement PR4407 - missing warnings on case value overflow,Chris Lattner2009-10-161-0/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Use VerifyIntegerConstantExpression for case values.Anders Carlsson2008-12-011-4/+4
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-3/+11
* Case values must be evaluatedAnders Carlsson2008-11-221-0/+10
* Use Expr::Evaluate for case statements. Fixes PR2525Anders Carlsson2008-11-221-0/+22
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* finish off switch case overlap checking, adding support forChris Lattner2007-08-231-5/+12
* detect and diagnose empty case ranges:Chris Lattner2007-08-231-0/+2
* fix a segfault in cases where there are no cases.Chris Lattner2007-08-231-0/+4
* report duplicate case values. TODO: report duplicate/overlapping ranges.Chris Lattner2007-08-231-1/+2
* start checking case values of switch stmts more closely. Emit overflowChris Lattner2007-08-231-1/+8
* correctly verify that default and case are in a switchstmt,Chris Lattner2007-07-231-0/+9
OpenPOWER on IntegriCloud