zig/lib/libcxx/include/__functional
Alex Rønne Petersen 156ab87500
libcxx: Update to Clang 20.
See:

* https://discourse.llvm.org/t/rfc-freezing-c-03-headers-in-libc/77319
* https://discourse.llvm.org/t/rfc-project-hand-in-hand-llvm-libc-libc-code-sharing/77701

We're dropping support for C++03 for Zig due to the first change; it would be
insane to ship 1018 duplicate header files just for this outdated use case.

As a result of the second change, I had to bring in a subset of the headers from
llvm-libc since libc++ now depends on these. Hopefully we can continue to get
away with not copying the entirety of llvm-libc.
2025-04-04 06:08:09 +02:00
..
binary_function.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
binary_negate.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
bind.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
bind_back.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
bind_front.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
binder1st.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
binder2nd.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
boyer_moore_searcher.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
compose.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
default_searcher.h libcxx: update to LLVM 18 2024-05-08 19:37:29 -07:00
function.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
hash.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
identity.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
invoke.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
is_transparent.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
mem_fn.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
mem_fun_ref.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
not_fn.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
operations.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
perfect_forward.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
pointer_to_binary_function.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
pointer_to_unary_function.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
ranges_operations.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
reference_wrapper.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
unary_function.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
unary_negate.h libcxx: Update to LLVM 19. 2024-09-19 18:20:21 -07:00
weak_result_type.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00