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/utilities/tuple/tuple.tuple
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
8 years ago
..
tuple.apply [libcxx] [test] Fix comment typos. 9 years ago
tuple.assign Revert r289727 due to PR31384 9 years ago
tuple.cnstr [libcxx] [test] Fix MSVC warnings and errors. 8 years ago
tuple.creation Implement LWG 2773 - std::ignore should be constexpr. 9 years ago
tuple.elem Add another test_macros.h include I missed to tuple.by.type.pass.cpp 8 years ago
tuple.helper [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass.cpp. 9 years ago
tuple.rel [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 4/7. 9 years ago
tuple.special [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
tuple.swap [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
tuple.traits [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. 11 years ago
TupleFunction.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
alloc_first.h Move test into test/std subdirectory. 11 years ago
alloc_last.h Move test into test/std subdirectory. 11 years ago