You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/support/test.support
Eric Fiselier 952eaecfc6 Implement P0513R0 - "Poisoning the Hash"
Summary:
Exactly what the title says.

This patch also adds a `std::hash<nullptr_t>` specialization in C++17, but it was not added by this paper and I can't find the actual paper that adds it.

See http://wg21.link/P0513R0 for more info.

If there are no comments in the next couple of days I'll commit this

Reviewers: mclow.lists, K-ballo, EricWF

Reviewed By: EricWF

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D28938

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292684 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
test_convertible_header.pass.cpp Add tests for RTTI/exceptions test macros. 9 years ago
test_demangle.pass.cpp Fix demangle helper after r286788 8 years ago
test_macros_header_exceptions.fail.cpp Add tests for RTTI/exceptions test macros. 9 years ago
test_macros_header_exceptions.pass.cpp Add tests for RTTI/exceptions test macros. 9 years ago
test_macros_header_rtti.fail.cpp Add tests for RTTI/exceptions test macros. 9 years ago
test_macros_header_rtti.pass.cpp Fix new ASAN failures 8 years ago
test_poisoned_hash_helper.pass.cpp Implement P0513R0 - "Poisoning the Hash" 8 years ago