llvm-project/libcxx/test/std/strings/basic.string
Marshall Clow 7dad0bd68b Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
llvm-svn: 348828
2018-12-11 04:35:44 +00:00
..
string.access Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
string.capacity Implement P0966 - string::reserve should not shrink 2018-11-28 18:18:34 +00:00
string.cons Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
string.ends_with [libcxx] [test] Strip trailing whitespace. NFC. 2017-12-07 00:50:23 +00:00
string.iterators Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 2018-12-11 04:35:44 +00:00
string.modifiers Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
string.nonmembers Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +00:00
string.ops Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 2018-07-02 18:41:15 +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
string.starts_with [libcxx] [test] Strip trailing whitespace. NFC. 2017-12-07 00:50:23 +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
char.bad.fail.cpp Implement LWG3034: P0767R1 breaks previously-standard-layout types 2018-03-21 00:36:05 +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