summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.access
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-319-0/+9
* Get rid of a bunch of 'unused variable' warnings in test when run with debug_...Marshall Clow2019-05-012-2/+2
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-193-0/+16
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-271-0/+5
* Support tests in freestandingJF Bastien2019-02-0410-16/+36
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-2/+2
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-151-2/+2
* [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-2/+2
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-011-6/+25
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1410-10/+10
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2010-0/+545
OpenPOWER on IntegriCloud