summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.find/rfind_string_view_size.pass.cpp
AgeCommit message (Expand)Author
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2021-02-09[libc++] Add `noexcept` to `string::find` and similar members.zoecarver
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow