llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair
Eric Fiselier 95f8e6aa55 Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
llvm-svn: 300635
2017-04-19 00:56:32 +00:00
..
U_V.pass.cpp Refactor test archetypes implementation. 2016-08-11 07:04:14 +00:00
assign_const_pair_U_V.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. 2016-12-08 21:38:14 +00:00
assign_pair.pass.cpp Recommit r276548 - Make pair/tuples assignment operators SFINAE properly. 2016-07-25 02:36:42 +00:00
assign_pair_cxx03.pass.cpp Remove all usages of REQUIRES-ANY in the test suite. 2017-01-24 09:11:08 +00:00
assign_rv_pair.pass.cpp Recommit r276548 - Make pair/tuples assignment operators SFINAE properly. 2016-07-25 02:36:42 +00:00
assign_rv_pair_U_V.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. 2016-12-08 21:38:14 +00:00
assign_tuple.pass.cpp Fix pair::operator=(TupleLike&&). 2016-08-29 01:43:41 +00:00
const_first_const_second.pass.cpp Refactor test archetypes implementation. 2016-08-11 07:04:14 +00:00
const_first_const_second_cxx03.pass.cpp Implement the std::pair parts of "Improving pair and tuple". Completes N4387. 2016-07-25 04:32:07 +00:00
const_pair_U_V.pass.cpp Refactor test archetypes implementation. 2016-08-11 07:04:14 +00:00
const_pair_U_V_cxx03.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. 2016-12-08 21:38:14 +00:00
copy_ctor.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. 2016-12-08 21:38:14 +00:00
default-sfinae.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 2017-01-18 20:10:25 +00:00
default.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3. 2017-02-05 22:47:54 +00:00
dtor.pass.cpp Fix XFAILS for is_trivially_destructible trait 2016-12-15 11:00:07 +00:00
move_ctor.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. 2016-12-08 21:38:14 +00:00
not_constexpr_cxx11.fail.cpp Implement the std::pair parts of "Improving pair and tuple". Completes N4387. 2016-07-25 04:32:07 +00:00
piecewise.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library 2017-04-19 00:56:32 +00:00
rv_pair_U_V.pass.cpp Refactor test archetypes implementation. 2016-08-11 07:04:14 +00:00
special_member_generation_test.pass.cpp Refactor test archetypes implementation. 2016-08-11 07:04:14 +00:00
swap.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. 2016-12-08 21:38:14 +00:00
trivial_copy_move.pass.cpp Disable trivial pair copy/move tests when unsupported 2016-10-12 20:26:47 +00:00
types.pass.cpp