summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char
Commit message (Expand)AuthorAgeFilesLines
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-113-3/+36
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3111-0/+22
* Support tests in freestandingJF Bastien2019-02-0415-15/+45
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-10/+10
* Implement P0426: Constexpr for std::char_traitsMarshall Clow2017-01-124-1/+67
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+0
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-1/+0
* Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.comEric Fiselier2016-06-221-1/+1
* 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-134-0/+6
* Move the test for zero-length into the char_traits (from string_view). Add te...Marshall Clow2015-02-121-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2015-0/+406
OpenPOWER on IntegriCloud