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.
Stephan T. Lavavej
f008c5389e
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7.
Add static_cast<short> when constructing pair<Whatever, short> from (Something, int).
Fixes D27540.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289107 91177308-0d34-0410-b5e6-96231b3b80d8
|
9 years ago |
| .. |
|
get_const.fail.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
get_const.pass.cpp
|
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7.
|
9 years ago |
|
get_const_rv.pass.cpp
|
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7.
|
9 years ago |
|
get_non_const.pass.cpp
|
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7.
|
9 years ago |
|
get_rv.pass.cpp
|
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7.
|
9 years ago |
|
pairs.by.type.pass.cpp
|
Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches.
|
10 years ago |
|
pairs.by.type1.fail.cpp
|
[libcxx] Improve tests to use the UNSUPPORTED lit directive
|
10 years ago |
|
pairs.by.type2.fail.cpp
|
[libcxx] Improve tests to use the UNSUPPORTED lit directive
|
10 years ago |
|
pairs.by.type3.fail.cpp
|
[libcxx] Improve tests to use the UNSUPPORTED lit directive
|
10 years ago |
|
tuple_element.pass.cpp
|
[libcxx] Move tuple_size and tuple_element overloads for pair and array out of !defined(_LIBCPP_HAS_NO_VARIADICS) block.
|
11 years ago |
|
tuple_size.pass.cpp
|
[libcxx] Move tuple_size and tuple_element overloads for pair and array out of !defined(_LIBCPP_HAS_NO_VARIADICS) block.
|
11 years ago |