summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/optional/optional.hash/hash.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* 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
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-181-4/+8
* Revert "Allow a standard library to implement conditional noexcept for option...Akira Hatanaka2017-04-071-6/+3
* Add noexcept(false) to more strongly indicate that not being noexcept is impo...Billy Robert O'Neal III2017-04-061-1/+1
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-061-3/+6
* Worked around GCC bug 56480. Explicit specialization in a different namespace.Michael Park2017-03-231-1/+5
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+3
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-0/+21
* Implement N4606 optionalEric Fiselier2016-10-121-0/+48
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-121-48/+0
* Add <optional> header.Eric Fiselier2016-10-121-0/+48
OpenPOWER on IntegriCloud