[libcxx-commits] [PATCH] D126971: [libc++] Implements Unicode grapheme clustering
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 20 09:38:39 PDT 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Mordante marked an inline comment as done.
Closed by commit rG857a78c04dee: [libc++] Implements Unicode grapheme clustering (authored by Mordante).
Changed prior to commit:
https://reviews.llvm.org/D126971?vs=444319&id=446182#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126971/new/
https://reviews.llvm.org/D126971
Files:
libcxx/benchmarks/std_format_spec_string_unicode.bench.cpp
libcxx/include/CMakeLists.txt
libcxx/include/__format/extended_grapheme_cluster_table.h
libcxx/include/__format/formatter_integral.h
libcxx/include/__format/formatter_output.h
libcxx/include/__format/formatter_string.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/__format/unicode.h
libcxx/include/format
libcxx/include/module.modulemap.in
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.h
libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.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.functions/ascii.pass.cpp
libcxx/test/std/utilities/format/format.functions/format_tests.h
libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp
libcxx/utils/generate_extended_grapheme_cluster_table.py
libcxx/utils/generate_extended_grapheme_cluster_test.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126971.446182.patch
Type: text/x-patch
Size: 287205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220720/b90df22a/attachment-0001.bin>
More information about the libcxx-commits
mailing list