[libcxx-commits] [PATCH] D144126: [libc++] Improve the format ignorelist generation.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 16 13:15:15 PST 2023


Mordante created this revision.
Herald added subscribers: mstorsjo, fedor.sergeev, arichardson.
Herald added a project: All.
Mordante updated this revision to Diff 497762.
Mordante added a comment.
Mordante published this revision for review.
Mordante added a reviewer: philnik.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Remove testing part and minor improvements.


Several improvements

- Only add files that we actually want to format.
- Sort according to a fixed locale.

Some drive-by fixes

- Rename a text file, this avoids a filter exception.
- Adds a some missing source files extensions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144126

Files:
  libcxx/src/support/solaris/README
  libcxx/src/support/solaris/README.txt
  libcxx/utils/ci/run-buildbot
  libcxx/utils/data/ignore_format.txt
  libcxx/utils/generate_ignore_format.sh

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144126.497762.patch
Type: text/x-patch
Size: 4213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230216/a7d26063/attachment.bin>


More information about the libcxx-commits mailing list