[libcxx-commits] [PATCH] D102328: [libc++] Fix __bitop_unsigned_integer, rename to __is_unsigned_integer, and fix constexprness of std::countr_zero(__uint128_t)
Thorsten via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 13 23:14:12 PDT 2021
tschuett added a comment.
In D102328#2755987 <https://reviews.llvm.org/D102328#2755987>, @Quuxplusone wrote:
> Okay, what if we don't rearrange the order in which <bit> includes <__debug>?
> (I'm preparing another patch to just alphabetize all the includes everywhere.)
clang-format has
SortIncludes, IncludeCategories, and IncludeBlocks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102328/new/
https://reviews.llvm.org/D102328
More information about the libcxx-commits
mailing list