llvm-project/libcxx/include/__format
Mark de Wever a04a6ce772 [libc++][format] Adds parser std-format-spec.
This implements the generic std.format.spec framework for all types.

The Unicode support will be added in a separate patch.

Implements parts of:
- P0645 Text Formatting

Completes:
- LWG-3242 std::format: missing rules for arg-id in width and precision
- P1892 Extended locale-specific presentation specifiers for std::format

Reviewed By: #libc, ldionne, vitaut

Differential Revision: https://reviews.llvm.org/D103368
2021-09-21 18:29:58 +02:00
..
format_arg.h [libc++][NFC] Move concepts to a subheader. 2021-09-02 19:22:15 +02:00
format_args.h [libc++][format] Add __format_arg_store. 2021-09-01 19:45:02 +02:00
format_context.h [libc++][format] Add __format_arg_store. 2021-09-01 19:45:02 +02:00
format_error.h [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS 2021-08-27 12:41:55 -04:00
format_fwd.h [libc++][format] Add __format_arg_store. 2021-09-01 19:45:02 +02:00
format_parse_context.h [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS 2021-08-27 12:41:55 -04:00
format_string.h [libc++][format] Implement formatters. 2021-09-04 11:41:08 +02:00
formatter.h [libc++][format] Adds parser std-format-spec. 2021-09-21 18:29:58 +02:00
parser_std_format_spec.h [libc++][format] Adds parser std-format-spec. 2021-09-21 18:29:58 +02:00