summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view/string.view.ops
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-216-6/+6
* Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow2019-04-241-1/+1
* Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow2019-04-244-7/+7
* 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
* [libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III2018-08-085-0/+5
* [libcxx] [test] Fix string_view tests.Stephan T. Lavavej2016-12-092-5/+7
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-042-2/+4
* Add missing include in string_view tests. Patch from Billy ONeil @ microsoftEric Fiselier2016-10-241-0/+1
* Again, w/o the tabsMarshall Clow2016-07-211-5/+5
* Another fix to appease the no-exception bots.Marshall Clow2016-07-211-7/+11
* Fix some string_view tests that were failing when exceptions were disabled. A...Marshall Clow2016-07-215-6/+31
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-218-0/+8490
OpenPOWER on IntegriCloud