llvm-project/libcxx/test/std/numerics/numeric.ops
Billy Robert O'Neal III b6e3c55465 Change add_ten to add_one to avoid triggering ubsan integer overflow.
llvm-svn: 322021
2018-01-08 19:45:16 +00:00
..
accumulate
adjacent.difference Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 2017-03-03 03:43:25 +00:00
exclusive.scan [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan tests 2018-01-06 02:18:20 +00:00
inclusive.scan [libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan tests 2018-01-06 02:18:20 +00:00
inner.product
numeric.iota
numeric.ops.gcd Resolve integer overflow warnings in GCD and LCM tests 2017-05-08 21:52:05 +00:00
numeric.ops.lcm Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
partial.sum
reduce [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
transform.exclusive.scan Change add_ten to add_one to avoid triggering ubsan integer overflow. 2018-01-08 19:45:16 +00:00
transform.inclusive.scan Change add_ten to add_one to avoid triggering ubsan integer overflow. 2018-01-08 19:45:16 +00:00
transform.reduce Move + and * operators of MoveOnly into MoveOnly.h. 2018-01-05 01:32:00 +00:00