summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string.hash
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Followup to revision 364545: Turns out that clang issues different errors for...Marshall Clow2019-06-271-1/+1
* Provide hashers for string_view only if they are using the default char_trait...Marshall Clow2019-06-271-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as ...Marshall Clow2019-05-201-0/+66
* Support tests in freestandingJF Bastien2019-02-042-2/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-112-0/+6
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+4
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-0/+31
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-2/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+48
OpenPOWER on IntegriCloud