Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust tests to have consistent integer sizes. | Richard Trieu | 2016-04-11 | 1 | -2/+7 |
| | | | | | | | Add a triple to the run lines so that integers will the same sizes across runs. Also add a compile time check to ensure the assumptions about sizes are met. llvm-svn: 265991 | ||||
* | Catch more cases when diagnosing integer-constant-expression overflows. | Josh Magee | 2015-02-04 | 1 | -0/+166 |
When visiting AssignmentOps, keep evaluating after a failure (when possible) in order to identify overflow in subexpressions. Differential Revision: http://reviews.llvm.org/D1238 llvm-svn: 228202 |