summaryrefslogtreecommitdiff
path: root/test/Sema/integer-overflow.c
Commit message (Expand)AuthorAgeFilesLines
* [Diagnostics] Check for integer overflow in array size expressions David Bolvansky2018-10-181-0/+3
* [Sema] Emit -Winteger-overflow for arguments in function calls, ObjC messages.Volodymyr Sapsai2018-03-271-0/+15
* Revert r301742, which caused us to try to evaluate all full-expressions.Richard Smith2017-06-261-7/+1
* Revert "Revert r301742 which made ExprConstant checking apply to all full-exp...Diana Picus2017-06-131-1/+7
* Revert r301742 which made ExprConstant checking apply to all full-exprs.Nick Lewycky2017-06-121-7/+1
* Revert r303316, a change to ExprConstant to evaluate function arguments.Nick Lewycky2017-06-121-8/+0
* The constant expression evaluator should examine function arguments for non-c...Nick Lewycky2017-05-171-0/+8
* Revert r301785 (and r301787) because they caused PR32864.Nick Lewycky2017-05-021-4/+4
* Fix test that was incorrected merged between patches.Nick Lewycky2017-05-011-1/+1
* Handle expressions with non-literal types like ignored expressions if we are ...Nick Lewycky2017-05-011-4/+4
* Remove Sema::CheckForIntOverflow, and instead check all full-expressions.Nick Lewycky2017-04-291-1/+7
* In the expression evaluator, visit the index of an ArraySubscriptExpr even if...Nick Lewycky2017-04-271-0/+4
* In the expression evaluator, descend into both the true and false expressions...Nick Lewycky2017-04-271-0/+3
* Adjust tests to have consistent integer sizes.Richard Trieu2016-04-111-2/+7
* [Sema] Issue a warning for integer overflow in nested struct initializerAkira Hatanaka2016-02-101-0/+20
* [Sema] Issue a warning for integer overflow in struct initializerAkira Hatanaka2016-01-111-0/+8
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-081-1/+0
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-031-0/+1
* Catch more cases when diagnosing integer-constant-expression overflows.Josh Magee2015-02-041-0/+147