summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/switch.c
Commit message (Expand)AuthorAgeFilesLines
* 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