summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view/string.view.cons
Commit message (Expand)AuthorAgeFilesLines
* Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...Marshall Clow2017-10-244-3/+15
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-291-1/+1
* Remove XFAIL in implicit_deduction_guides testsSteven Wu2017-02-271-4/+0
* Remove dead code in testEric Fiselier2017-02-171-2/+0
* add implicit deduction guide tests for string_viewEric Fiselier2017-02-171-0/+71
* Implement LWG#2778: basic_string_view is missing constexpr.Marshall Clow2017-01-231-0/+50
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-043-6/+9
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-216-0/+313
OpenPOWER on IntegriCloud