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 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
..
assign.pass.cpp Turns out that wide literals U"xxx" and u"xxx" are c++11 and later. 7 years ago
default.pass.cpp Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits 8 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 8 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 8 years ago
from_string.pass.cpp Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits 8 years ago
from_string1.fail.cpp [libcxx] [test] Make files consistently end with newlines, NFC. 8 years ago
from_string2.fail.cpp Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 9 years ago
implicit_deduction_guides.pass.cpp Remove XFAIL in implicit_deduction_guides tests 9 years ago