index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
integer-overflow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Emit -Winteger-overflow for arguments in function calls, ObjC messages.
Volodymyr Sapsai
2018-03-27
1
-0
/
+15
*
Revert r301742, which caused us to try to evaluate all full-expressions.
Richard Smith
2017-06-26
1
-7
/
+1
*
Revert "Revert r301742 which made ExprConstant checking apply to all full-exp...
Diana Picus
2017-06-13
1
-1
/
+7
*
Revert r301742 which made ExprConstant checking apply to all full-exprs.
Nick Lewycky
2017-06-12
1
-7
/
+1
*
Revert r303316, a change to ExprConstant to evaluate function arguments.
Nick Lewycky
2017-06-12
1
-8
/
+0
*
The constant expression evaluator should examine function arguments for non-c...
Nick Lewycky
2017-05-17
1
-0
/
+8
*
Revert r301785 (and r301787) because they caused PR32864.
Nick Lewycky
2017-05-02
1
-4
/
+4
*
Fix test that was incorrected merged between patches.
Nick Lewycky
2017-05-01
1
-1
/
+1
*
Handle expressions with non-literal types like ignored expressions if we are ...
Nick Lewycky
2017-05-01
1
-4
/
+4
*
Remove Sema::CheckForIntOverflow, and instead check all full-expressions.
Nick Lewycky
2017-04-29
1
-1
/
+7
*
In the expression evaluator, visit the index of an ArraySubscriptExpr even if...
Nick Lewycky
2017-04-27
1
-0
/
+4
*
In the expression evaluator, descend into both the true and false expressions...
Nick Lewycky
2017-04-27
1
-0
/
+3
*
Adjust tests to have consistent integer sizes.
Richard Trieu
2016-04-11
1
-2
/
+7
*
[Sema] Issue a warning for integer overflow in nested struct initializer
Akira Hatanaka
2016-02-10
1
-0
/
+20
*
[Sema] Issue a warning for integer overflow in struct initializer
Akira Hatanaka
2016-01-11
1
-0
/
+8
*
Explicitly permit undefined behavior in constant initializers for global
Richard Smith
2015-12-08
1
-1
/
+0
*
PR17381: Treat undefined behavior during expression evaluation as an unmodeled
Richard Smith
2015-12-03
1
-0
/
+1
*
Catch more cases when diagnosing integer-constant-expression overflows.
Josh Magee
2015-02-04
1
-0
/
+147