[libcxx-commits] [PATCH] D132180: [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 20 07:23:01 PDT 2022


Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.

Thanks for working on this! LGTM!



================
Comment at: libcxx/utils/ci/run-buildbot:193
+           --exclude 'locale-specific_form.pass.cpp' \
+           --exclude 'format_tests.h' || false
 
----------------
I like this exclusion list!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132180/new/

https://reviews.llvm.org/D132180



More information about the libcxx-commits mailing list