Contains a new approach of std::format's parser and formatters. This
approach saves over 10KB of the binary size.
This patch is still work-in-progress. This review is to test the CI.
Paths
| Differential D124620
[WIP][libc++][format] DO NOT REVIEW AbandonedPublic Authored by Mordante on Apr 28 2022, 8:37 AM.
Details
Summary Contains a new approach of std::format's parser and formatters. This This patch is still work-in-progress. This review is to test the CI.
Diff Detail
Event Timeline
Revision Contents
Diff 425803 libcxx/include/CMakeLists.txt
libcxx/include/__format/buffer.h
libcxx/include/__format/format_arg.h
libcxx/include/__format/format_fwd.h
libcxx/include/__format/format_string.h
libcxx/include/__format/formatter.h
libcxx/include/__format/formatter_bool.h
libcxx/include/__format/formatter_char.h
libcxx/include/__format/formatter_floating_point.h
libcxx/include/__format/formatter_integer.h
libcxx/include/__format/formatter_integral.h
libcxx/include/__format/formatter_output.h
libcxx/include/__format/formatter_pointer.h
libcxx/include/__format/formatter_string.h
libcxx/include/__format/formatter_v2.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/__format/parser_std_format_spec_v2.h
libcxx/include/format
libcxx/include/module.modulemap
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/concepts_precision.h
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_bool.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_char.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_floating_point.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_parser.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_pointer.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_non_unicode.pass.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.context/types.compile.pass.cpp
libcxx/test/std/utilities/format/format.functions/format_tests.h
|