summaryrefslogtreecommitdiff
path: root/test/Sema/switch-1.c
AgeCommit message (Expand)Author
2015-12-08Explicitly permit undefined behavior in constant initializers for globalRichard Smith
2015-12-03PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith
2015-08-27[Tests] Modified Lit Tests to be C++11 compatibileCharles Li
2014-10-14Patch to warn on interger overflow in presence ofFariborz Jahanian
2013-03-15c: Also chek for integer overflow for '%' operator.Fariborz Jahanian
2013-03-15c: add the missing binary operatory when checkingFariborz Jahanian
2013-01-25Add space after ';'.Fariborz Jahanian
2013-01-25Improve diagnsotic further on integer overflow.Fariborz Jahanian
2013-01-24Fixes text of diagnostics in integer overflow patch.Fariborz Jahanian
2013-01-24Patch to check for integer overflow. It has beenFariborz Jahanian
2013-01-11Improve diagnostic per Richard's suggestionFariborz Jahanian
2013-01-10Provide a better warning when case value overflows.Fariborz Jahanian
2013-01-09Issue warning when case value is too large to fitFariborz Jahanian