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 fbb1e6166a Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@336880 91177308-0d34-0410-b5e6-96231b3b80d8
7 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 8 years ago
string.view.capacity 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 8 years ago
string.view.comparison [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
string.view.cons Turns out that wide literals U"xxx" and u"xxx" are c++11 and later. 7 years ago
string.view.find [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
string.view.hash Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 9 years ago
string.view.io Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 9 years ago
string.view.iterators A couple more tests for constexpr stuff in string_view. No changes other than test code. 9 years ago
string.view.modifiers Remove non-standard basic_string_view::clear() member. 9 years ago
string.view.nonmem [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
string.view.ops [libcxx] [test] Fix string_view tests. 9 years ago
string.view.synop Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 9 years ago
string.view.template Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a 8 years ago
string_view.literals Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K for the bug report. 8 years ago
char.bad.fail.cpp Implement LWG3034: P0767R1 breaks previously-standard-layout types 8 years ago
traits_mismatch.fail.cpp Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too 9 years ago
types.pass.cpp [libcxx] [test] Fix whitespace, NFC. 8 years ago