summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/char.traits/char.traits.specializations
Commit message (Expand)AuthorAgeFilesLines
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-1115-15/+180
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3137-0/+74
* Fix char.traits.specializations.char8_t main returnJF Bastien2019-03-194-0/+4
* Support tests in freestandingJF Bastien2019-02-0476-80/+232
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1976-304/+228
* [libcxx] Fix test on compilers that do not support char8_t yetLouis Dionne2018-12-111-2/+4
* Fix problems with char8_t stuff on compilers that don't support char8_t yetMarshall Clow2018-12-111-2/+4
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-1115-0/+514
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-10/+10
* Implement P0426: Constexpr for std::char_traitsMarshall Clow2017-01-1216-1/+251
* Fix unused parameters and variablesEric Fiselier2016-12-234-4/+0
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-149-7/+2
* Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.comEric Fiselier2016-06-221-1/+1
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1418-18/+54
* Remove arithmetic +/-127 on chars; results in UB when dealing with signed cha...Marshall Clow2016-06-061-8/+13
* Rooting out more undefined behavior in char_traits.Marshall Clow2015-02-1316-0/+24
* Move the test for zero-length into the char_traits (from string_view). Add te...Marshall Clow2015-02-124-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-2061-0/+1722
OpenPOWER on IntegriCloud