summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.ops
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-3128-0/+28
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-276-0/+30
* Support tests in freestandingJF Bastien2019-02-0444-44/+132
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1944-176/+132
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-028-2/+64
* 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
* [libcxx] [test] Fix unused local typedef warnings.Stephan T. Lavavej2017-09-261-2/+2
* Add even more string_view tests. These found some bugs in the default paramet...Marshall Clow2017-09-078-0/+1416
* Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-291-4/+13
* Reverting wrong diffRoger Ferrer Ibanez2016-11-241-8/+1
* Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-241-1/+8
* 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-1432-32/+32
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-281-2/+3
* Remove a couple tabs that crept inMarshall Clow2016-03-081-2/+2
* Implement P0272R1: Give 'std::string' a non-const '.data()' member functionMarshall Clow2016-03-081-10/+36
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-105-0/+5
* Move test into test/std subdirectory.Eric Fiselier2014-12-2035-0/+13315
OpenPOWER on IntegriCloud