You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/strings/string.view
Marshall Clow 96484477d1 Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@348828 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
string.view.access Add tests to make sure that <string_view> provides std::size/data/empty in C++17 mode. This is LWG#3009, coming up for a vote in JAX - but we already do it, just don't have tests 7 years ago
string.view.capacity Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
string.view.comparison [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
string.view.cons Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
string.view.find [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
string.view.hash Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
string.view.io Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 8 years ago
string.view.iterators Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
string.view.modifiers Remove non-standard basic_string_view::clear() member. 8 years ago
string.view.nonmem [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 8 years ago
string.view.ops [libcxx] [test] Add missing <stdexcept> in several tests. 6 years ago
string.view.synop Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 8 years ago
string.view.template Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a 7 years ago
string_view.literals Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
char.bad.fail.cpp Implement LWG3034: P0767R1 breaks previously-standard-layout types 7 years ago
traits_mismatch.fail.cpp Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too 8 years ago
types.pass.cpp Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago