summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view/string.view.ops/compare.pointer_size.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow2019-04-241-2/+2
* 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
* [libcxx] [test] Fix string_view tests.Stephan T. Lavavej2016-12-091-4/+4
* 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/+447
OpenPOWER on IntegriCloud