llvm-project/libcxx/test/std/utilities/function.objects
Konstantin Varlamov 434dc0a5bc [libc++] Always define a key function for std::bad_function_call in the dylib
However, whether applications rely on the std::bad_function_call vtable
being in the dylib is still controlled by the ABI macro, since changing
that would be an ABI break.

Also separate preprocessor definitions for whether to use a key function
and whether to use a `bad_function_call`-specific `what` message
(`what` message is mandated by [LWG2233](http://wg21.link/LWG2233)).

Differential Revision: https://reviews.llvm.org/D92397
2021-11-16 11:23:27 -08:00
..
arithmetic.operations [libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs in C++20. 2021-06-15 15:05:44 -04:00
bind/func.bind [libc++] Always define a key function for std::bad_function_call in the dylib 2021-11-16 11:23:27 -08:00
bitwise.operations [libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs in C++20. 2021-06-15 15:05:44 -04:00
comparisons [libc++] [P1614] Implement std::compare_three_way. 2021-10-10 21:57:10 -04:00
func.bind_front [libc++] Add the __bind_back and __compose helpers 2021-08-11 10:08:20 -04:00
func.def
func.identity [libcxx] adds std::identity to <functional> 2021-03-29 16:16:05 +00:00
func.invoke [libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for C++20 2021-07-02 17:10:19 +00:00
func.memfn [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
func.not_fn [libc++] Add bind_front function (P0356R5). 2021-03-02 16:18:06 -08:00
func.require [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
func.search Revert "[libc++][libc++abi] Add tests for vendor-specific properties" 2021-09-30 11:03:59 -07:00
func.wrap [libc++] Always define a key function for std::bad_function_call in the dylib 2021-11-16 11:23:27 -08:00
logical.operations [libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs in C++20. 2021-06-15 15:05:44 -04:00
negators [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
range.cmp [libcxx] Reenable ranges for clang-cl 2021-05-01 11:15:38 +03:00
refwrap [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
unord.hash [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00