summaryrefslogtreecommitdiff
path: root/test/Sema/switch-1.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-081-3/+0
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-031-0/+3
* [Tests] Modified Lit Tests to be C++11 compatibileCharles Li2015-08-271-5/+37
* Patch to warn on interger overflow in presence ofFariborz Jahanian2014-10-141-0/+5
* c: Also chek for integer overflow for '%' operator.Fariborz Jahanian2013-03-151-0/+1
* c: add the missing binary operatory when checkingFariborz Jahanian2013-03-151-0/+3
* Add space after ';'.Fariborz Jahanian2013-01-251-4/+4
* Improve diagnsotic further on integer overflow.Fariborz Jahanian2013-01-251-4/+5
* Fixes text of diagnostics in integer overflow patch.Fariborz Jahanian2013-01-241-3/+3
* Patch to check for integer overflow. It has beenFariborz Jahanian2013-01-241-4/+4
* Improve diagnostic per Richard's suggestionFariborz Jahanian2013-01-111-2/+2
* Provide a better warning when case value overflows.Fariborz Jahanian2013-01-101-2/+2
* Issue warning when case value is too large to fitFariborz Jahanian2013-01-091-0/+17