summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+1
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-181-1/+2
* Implement LWG 2148: Make non-enum default hash specialization well-formedEric Fiselier2016-08-101-5/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+3
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-181-3/+1
* Missed a typenameMarshall Clow2015-01-071-2/+2
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-3/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+63
OpenPOWER on IntegriCloud