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.
libcxx/test/std/numerics/numeric.ops
Stephan T. Lavavej 76c246434a [libcxx] [test] Fix MSVC warnings and errors.
test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp
test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_init_op.pass.cpp
test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan.pass.cpp
test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op.pass.cpp
test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op_init.pass.cpp
test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_init_bop_uop.pass.cpp
test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop.pass.cpp
test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop_init.pass.cpp
Fix MSVC x64 truncation warnings.
warning C4267: conversion from 'size_t' to 'int', possible loss of data

test/std/strings/basic.string/string.modifiers/string_append/push_back.pass.cpp
Fix MSVC uninitialized memory warning.
warning C6001: Using uninitialized memory 'vl'.

test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.pass.cpp
Include <cassert> for the assert() macro.

Fixes D43273.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@326120 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
accumulate Move test into test/std subdirectory. 10 years ago
adjacent.difference Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 8 years ago
exclusive.scan [libcxx] [test] Fix MSVC warnings and errors. 7 years ago
inclusive.scan [libcxx] [test] Fix MSVC warnings and errors. 7 years ago
inner.product Move test into test/std subdirectory. 10 years ago
numeric.iota Move test into test/std subdirectory. 10 years ago
numeric.ops.gcd Resolve integer overflow warnings in GCD and LCM tests 8 years ago
numeric.ops.lcm Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 7 years ago
partial.sum Move test into test/std subdirectory. 10 years ago
reduce [libcxx] [test] Untabify, NFC. 7 years ago
transform.exclusive.scan [libcxx] [test] Fix MSVC warnings and errors. 7 years ago
transform.inclusive.scan [libcxx] [test] Fix MSVC warnings and errors. 7 years ago
transform.reduce Move + and * operators of MoveOnly into MoveOnly.h. 7 years ago