llvm-project/libcxx/include/__format
Mark de Wever aed5ddf8d0 [libc++][format] Implement format-string.
Implements the compile-time checking of the formatting arguments.

Completes:
- P2216 std::format improvements

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D121530
2022-06-11 15:25:56 +02:00
..
buffer.h [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
concepts.h [libc++][format] Adds a formattable concept. 2022-05-18 20:02:08 +02:00
enable_insertable.h [libc++][format][3/6] Adds a __container_buffer. 2022-04-09 09:35:48 +02:00
format_arg.h [libc++] Remove unused __functional includes 2022-05-28 10:12:39 +02:00
format_arg_store.h [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
format_args.h [libc++][format] Improve format-arg-store. 2022-05-18 20:11:36 +02:00
format_context.h [libc++][NFC] Add missing includes 2022-06-06 12:58:23 -04:00
format_error.h [libc++] Revert "Protect users from relying on detail headers" & related changes 2022-03-01 08:20:24 -05:00
format_fwd.h [libc++][format] Improve format-arg-store. 2022-05-18 20:11:36 +02:00
format_parse_context.h [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
format_string.h [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
format_to_n_result.h [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
formatter.h [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
formatter_bool.h [libc++] Granularize __string 2022-06-09 21:04:18 +02:00
formatter_char.h [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
formatter_floating_point.h [libc++][NFC] Add missing includes 2022-06-06 12:58:23 -04:00
formatter_integer.h [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
formatter_integral.h [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
formatter_pointer.h Revert "[libc++][format] Use a helper constant." 2022-04-07 22:40:08 +02:00
formatter_string.h [libc++][format] Adds formatter<charT[N], charT>. 2022-05-18 20:10:16 +02:00
parser_std_format_spec.h [libc++][format] Implement format-string. 2022-06-11 15:25:56 +02:00