summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view/string.view.cons/from_ptr_len.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...Marshall Clow2017-10-241-1/+4
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-4/+4
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-211-0/+83
OpenPOWER on IntegriCloud