[all-commits] [llvm/llvm-project] a48007: [libc++][format] Implements string escaping.
mordante via All-commits
all-commits at lists.llvm.org
Thu Oct 20 08:29:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a48007355a03851f0f9bfcafd7a7865ca7467416
https://github.com/llvm/llvm-project/commit/a48007355a03851f0f9bfcafd7a7865ca7467416
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/docs/Status/FormatPaper.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__format/escaped_output_table.h
M libcxx/include/__format/formatter_char.h
M libcxx/include/__format/formatter_output.h
M libcxx/include/__format/formatter_string.h
M libcxx/include/__format/parser_std_format_spec.h
M libcxx/include/__format/unicode.h
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.c_string.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char_array.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.const_char_array.pass.cpp
M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.string.pass.cpp
A libcxx/test/std/utilities/format/format.functions/escaped_output.ascii.pass.cpp
A libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_tests.h
M libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp
M libcxx/test/support/test_macros.h
M libcxx/utils/CMakeLists.txt
M libcxx/utils/ci/run-buildbot
A libcxx/utils/data/unicode/DerivedCoreProperties.txt
A libcxx/utils/data/unicode/DerivedGeneralCategory.txt
M libcxx/utils/data/unicode/README.txt
A libcxx/utils/generate_escaped_output_table.py
Log Message:
-----------
[libc++][format] Implements string escaping.
Implements parts of
- P2286R8 Formatting Ranges
Reviewed By: #libc, tahonermann
Differential Revision: https://reviews.llvm.org/D134036
More information about the All-commits
mailing list