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/string.view.cons
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
..
assign.pass.cpp Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
default.pass.cpp Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
from_literal.pass.cpp Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits 7 years ago
from_ptr_len.pass.cpp Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits 7 years ago
from_string.pass.cpp Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 6 years ago
from_string1.fail.cpp [libcxx] [test] Make files consistently end with newlines, NFC. 7 years ago
from_string2.fail.cpp Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 8 years ago
implicit_deduction_guides.pass.cpp Remove XFAIL in implicit_deduction_guides tests 8 years ago