You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/numerics/numeric.ops
Billy Robert O'Neal III 7e250fcdc1 Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318804 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
accumulate Move test into test/std subdirectory. 11 years ago
adjacent.difference Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 9 years ago
exclusive.scan [libcxx] [test] Strip trailing whitespace. NFC. 9 years ago
inclusive.scan [libcxx] [test] Strip trailing whitespace, NFC. 8 years ago
inner.product Move test into test/std subdirectory. 11 years ago
numeric.iota Move test into test/std subdirectory. 11 years ago
numeric.ops.gcd Resolve integer overflow warnings in GCD and LCM tests 9 years ago
numeric.ops.lcm Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 8 years ago
partial.sum Move test into test/std subdirectory. 11 years ago
reduce [libcxx] [test] Untabify, NFC. 8 years ago
transform.exclusive.scan [libcxx] [test] Rename __x to x. NFCI. 8 years ago
transform.inclusive.scan [libcxx] [test] Rename __x to x. NFCI. 8 years ago
transform.reduce [libcxx] [test] Rename __x to x. NFCI. 8 years ago