summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view/string.view.access
Commit message (Expand)AuthorAgeFilesLines
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-193-3/+12
* Support tests in freestandingJF Bastien2019-02-045-5/+15
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Add tests to make sure that <string_view> provides std::size/data/empty in C+...Marshall Clow2018-01-301-0/+4
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-151-1/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-042-2/+2
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-215-0/+266
OpenPOWER on IntegriCloud