..
alloc.pass.cpp
Support allocators with explicit conversion constructors. Fixes bug #29000
2016-08-17 05:58:40 +00:00
assign_initializer_list.pass.cpp
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
2017-04-16 03:17:01 +00:00
assign_iter_iter.pass.cpp
[libc++] Fix PR34898 - vector iterator constructors and assign method perform push_back instead of emplace_back.
2017-10-17 13:03:17 +00:00
assign_size_value.pass.cpp
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12.
2016-12-06 01:13:14 +00:00
copy.pass.cpp
[libc++] Remove various C++03 feature test macros
2016-09-25 03:34:28 +00:00
copy_alloc.pass.cpp
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
2016-06-14 21:31:42 +00:00
default.pass.cpp
[libc++] Fix stack_allocator
2016-10-08 00:56:22 +00:00
default_noexcept.pass.cpp
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
2017-02-05 22:47:09 +00:00
dtor_noexcept.pass.cpp
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
2017-02-05 22:47:09 +00:00
initializer_list.pass.cpp
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
2017-04-16 03:17:01 +00:00
initializer_list_alloc.pass.cpp
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
2017-04-16 03:17:01 +00:00
iter_iter.pass.cpp
[libc++] Fix PR34898 - vector iterator constructors and assign method perform push_back instead of emplace_back.
2017-10-17 13:03:17 +00:00
iter_iter_alloc.pass.cpp
[libc++] Fix PR34898 - vector iterator constructors and assign method perform push_back instead of emplace_back.
2017-10-17 13:03:17 +00:00
move.pass.cpp
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
2017-04-16 03:17:01 +00:00
move_alloc.pass.cpp
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
2017-04-16 03:17:01 +00:00
move_assign.pass.cpp
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
2017-04-16 03:17:01 +00:00
move_assign_noexcept.pass.cpp
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
2017-02-05 22:47:09 +00:00
move_noexcept.pass.cpp
[test] Allow other implementations to strengthen noexcept on deque's move constructor
2017-09-30 23:15:22 +00:00
op_equal.pass.cpp
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
2016-06-14 21:31:42 +00:00
op_equal_initializer_list.pass.cpp
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
2017-04-16 03:17:01 +00:00
size.pass.cpp
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
2017-02-05 22:47:41 +00:00
size_value.pass.cpp
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12.
2016-12-06 01:12:34 +00:00
size_value_alloc.pass.cpp
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12.
2016-12-06 01:12:34 +00:00