llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers
Eric Fiselier 0e411641a3 Implement P0084r2. Changing emplace return types.
llvm-svn: 276230
2016-07-21 03:20:17 +00:00
..
emplace.pass.cpp Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
emplace_back.pass.cpp Implement P0084r2. Changing emplace return types. 2016-07-21 03:20:17 +00:00
emplace_front.pass.cpp Implement P0084r2. Changing emplace return types. 2016-07-21 03:20:17 +00:00
erase_iter.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
erase_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
erase_iter_iter.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
erase_iter_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
insert_iter_initializer_list.pass.cpp
insert_iter_iter.pass.cpp Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
insert_rvalue.pass.cpp Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
insert_size_value.pass.cpp Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
insert_value.pass.cpp Fix warnings in deque tests 2015-07-19 00:31:54 +00:00
pop_back.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
pop_back.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
pop_front.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
pop_front.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
push_back.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
push_back_exception_safety.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
push_back_rvalue.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
push_front.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
push_front_exception_safety.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
push_front_rvalue.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00