summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.ops/string_compare
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-221-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+2
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-275-0/+25
* Support tests in freestandingJF Bastien2019-02-049-9/+27
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-022-2/+16
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-216-8/+8
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-156-8/+8
* Add even more string_view tests. These found some bugs in the default paramet...Marshall Clow2017-09-072-0/+462
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-015-51/+101
* Fix a few static_asserts that need extra parens on -03Marshall Clow2016-09-241-2/+2
* Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow2016-09-241-0/+5980
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-211-5/+5
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-146-6/+6
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+8169
OpenPOWER on IntegriCloud