llvm-project/libcxx/test/std/strings/basic.string
Billy Robert O'Neal III 4deabc97a1 Add asserts that the nullptr is maintained in string erase operations.
llvm-svn: 303899
2017-05-25 19:01:14 +00:00
..
string.access [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", part 12/12. 2016-12-06 01:13:51 +00:00
string.capacity Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
string.cons Fix possible loss of data warnings on amd64 2017-05-08 21:54:53 +00:00
string.iterators [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 2016-12-06 01:13:14 +00:00
string.modifiers Add asserts that the nullptr is maintained in string erase operations. 2017-05-25 19:01:14 +00:00
string.nonmembers Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library. 2017-04-19 00:28:44 +00:00
string.ops Protect std::string tests under libcpp-no-exceptions 2016-11-29 16:40:19 +00:00
string.require [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. 2016-12-14 22:46:46 +00:00
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 2015-11-26 01:24:04 +00:00
input_iterator.h
test_traits.h
traits_mismatch.fail.cpp Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too 2017-03-15 18:41:11 +00:00
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00