[libcxx-commits] [PATCH] D142180: [libc++] Enforce formatting for already formatted and new files and ignore the formatting of tests

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


Mordante added a comment.

In D142180#4125811 <https://reviews.llvm.org/D142180#4125811>, @philnik wrote:

> `sort` doesn't sort consistently between distros, so I guess we have to just apply the patch from the CI.

I think that can be fixed by using a hard-coded locale. See D144126 <https://reviews.llvm.org/D144126> (I actually noticed it while working on that patch.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142180



More information about the libcxx-commits mailing list