zig/lib/libcxx/include/__format
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
..
buffer.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
concepts.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
container_adaptor.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
enable_insertable.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
escaped_output_table.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
extended_grapheme_cluster_table.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_arg.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_arg_store.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_args.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_context.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_error.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_functions.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_parse_context.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_string.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
format_to_n_result.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_bool.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_char.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_floating_point.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_integer.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_integral.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_output.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_pointer.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_string.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
formatter_tuple.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
indic_conjunct_break_table.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
parser_std_format_spec.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
range_default_formatter.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
range_formatter.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
unicode.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
width_estimation_table.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00
write_escaped.h libcxx: Update to Clang 20. 2025-04-04 06:08:09 +02:00