[all-commits] [llvm/llvm-project] 130b18: [libc++] Improve updating data files.

mordante via All-commits all-commits at lists.llvm.org
Tue Aug 16 09:55:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 130b1816c54d7bee75167e4d29bcc6eeecb6b4ce
      https://github.com/llvm/llvm-project/commit/130b1816c54d7bee75167e4d29bcc6eeecb6b4ce
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
    M libcxx/utils/CMakeLists.txt
    A libcxx/utils/data/unicode/GraphemeBreakProperty.txt
    A libcxx/utils/data/unicode/GraphemeBreakTest.txt
    A libcxx/utils/data/unicode/README.txt
    A libcxx/utils/data/unicode/emoji-data.txt
    M libcxx/utils/generate_extended_grapheme_cluster_table.py
    M libcxx/utils/generate_extended_grapheme_cluster_test.py

  Log Message:
  -----------
  [libc++] Improve updating data files.

This changes makes it easier to update the Unicode data files used for
the Extended Graphme Clustering as added in D126971.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D129668




More information about the All-commits mailing list