llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr
Stephan T. Lavavej c1fcd97ede [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.

llvm-svn: 326120
2018-02-26 20:47:46 +00:00
..
PR20855_tuple_ref_binding_diagnostics.pass.cpp [libcxx] [test] Fix MSVC warnings and errors. 2018-02-26 20:47:46 +00:00
PR22806_constrain_tuple_like_ctor.pass.cpp Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
PR23256_constrain_UTypes_ctor.pass.cpp Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
PR27684_contains_ref_to_incomplete_type.pass.cpp Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases. 2016-06-21 23:19:13 +00:00
PR31384.pass.cpp Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
UTypes.fail.cpp
UTypes.pass.cpp Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
alloc.pass.cpp Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
alloc_UTypes.pass.cpp Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
alloc_const_Types.fail.cpp Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
alloc_const_Types.pass.cpp Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
alloc_const_pair.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
alloc_convert_copy.fail.cpp Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
alloc_convert_copy.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
alloc_convert_move.fail.cpp Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
alloc_convert_move.pass.cpp Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
alloc_copy.pass.cpp Guard testing of tuple extensions to make tests portable 2016-05-27 22:41:45 +00:00
alloc_move.pass.cpp Guard testing of tuple extensions to make tests portable 2016-05-27 22:41:45 +00:00
alloc_move_pair.pass.cpp
const_Types.fail.cpp Make tuples constructors conditionally EXPLICIT. See N4387 2016-04-19 01:19:25 +00:00
const_Types.pass.cpp Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
const_Types2.fail.cpp
const_pair.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
convert_copy.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
convert_move.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
copy.fail.cpp
copy.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
default.pass.cpp Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
dtor.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00
implicit_deduction_guides.pass.cpp Add C++17 explicit deduction guides to std::pair. 2017-10-04 00:04:26 +00:00
move.pass.cpp Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
move_pair.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
test_lazy_sfinae.pass.cpp Make tuple_constructible and family lazy again. 2016-07-02 00:58:17 +00:00
tuple_array_template_depth.pass.cpp