summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view/string.view.ops/compare.size_size_sv.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow2019-04-241-1/+1
* 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
* [libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III2018-08-081-0/+1
* Fix some string_view tests that were failing when exceptions were disabled. A...Marshall Clow2016-07-211-0/+5
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-211-0/+396
OpenPOWER on IntegriCloud