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.
Differential D124620 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
Unit TestsFailed
Event Timeline
Revision Contents
Diff 426449 libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_bool.pass.cppLoading... libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_char.pass.cppLoading... libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_floating_point.pass.cppLoading... libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cppLoading... libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_parser.pass.cppLoading... libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_pointer.pass.cppLoading... libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string.pass.cppLoading... libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_non_unicode.pass.cppLoading... libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cppLoading... |