summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view/string.view.cons
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-212-2/+2
* Support tests in freestandingJF Bastien2019-02-048-8/+24
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-113-17/+27
* Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.Marshall Clow2018-07-121-0/+2
* Same reversed ifdef happened twice. Test fix only, NFC to the library.Marshall Clow2018-07-111-1/+1
* Fix a test #ifdef that was reversed. NFC to the library.Marshall Clow2018-07-111-1/+1
* 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