summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/optional/optional.hash/hash.pass.cpp
AgeCommit message (Expand)Author
2024-09-12[libc++][modules] Refactor poisoned_hash_helper (#108296)Louis Dionne
2024-08-01[libc++][NFC] Avoid opening namespace std in the tests (#94160)Nikolas Klauser
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2021-10-10[libc++][test] Replace a TEST_NOEXCEPT_FALSE with noexcept(false). NFC.Joe Loser
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-04-18Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III
2017-04-07Revert "Allow a standard library to implement conditional noexcept for option...Akira Hatanaka
2017-04-06Add noexcept(false) to more strongly indicate that not being noexcept is impo...Billy Robert O'Neal III
2017-04-06Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III
2017-03-23Worked around GCC bug 56480. Explicit specialization in a different namespace.Michael Park
2017-03-23Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow
2017-01-21Implement P0513R0 - "Poisoning the Hash"Eric Fiselier
2016-10-12Implement N4606 optionalEric Fiselier
2016-10-12Revert Add <optional>. Will recommit with better commit messageEric Fiselier
2016-10-12Add <optional> header.Eric Fiselier