summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/char.traits/char.traits.specializations
Commit message (Expand)AuthorAgeFilesLines
* [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