Details
Details
- Reviewers
ldionne Mordante var-const huixie90 - Group Reviewers
Restricted Project - Commits
- rG86aac87fe4b5: [libc++] Granularize <bit> and remove <__bits>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141225
[libc++] Granularize <bit> and remove <__bits> ClosedPublic Authored by philnik on Jan 8 2023, 6:13 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 8 2023, 7:40 AM Closed by commit rG86aac87fe4b5: [libc++] Granularize <bit> and remove <__bits> (authored by philnik). · Explain WhyJan 8 2023, 8:01 AM This revision was automatically updated to reflect the committed changes. philnik marked 2 inline comments as done.
Revision Contents
Diff 487188 libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/sort.h
libcxx/include/__bit/bit_ceil.h
libcxx/include/__bit/bit_floor.h
libcxx/include/__bit/bit_log2.h
libcxx/include/__bit/bit_width.h
libcxx/include/__bit/blsr.h
libcxx/include/__bit/countl.h
libcxx/include/__bit/countr.h
libcxx/include/__bit/endian.h
libcxx/include/__bit/has_single_bit.h
libcxx/include/__bit/popcount.h
libcxx/include/__bit/rotate.h
libcxx/include/__bit_reference
libcxx/include/__bits
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/__hash_table
libcxx/include/__random/uniform_int_distribution.h
libcxx/include/algorithm
libcxx/include/bit
libcxx/include/charconv
libcxx/include/libcxx.imp
libcxx/include/module.modulemap.in
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/numerics/bit/bit.pow.two/bit_floor.pass.cpp
libcxx/test/std/numerics/bit/bit.pow.two/bit_width.pass.cpp
libcxx/test/std/numerics/bit/bit.pow.two/has_single_bit.pass.cpp
libcxx/test/std/numerics/bit/bitops.count/countl_one.pass.cpp
libcxx/test/std/numerics/bit/bitops.count/countl_zero.pass.cpp
libcxx/test/std/numerics/bit/bitops.count/countr_one.pass.cpp
libcxx/test/std/numerics/bit/bitops.count/countr_zero.pass.cpp
libcxx/test/std/numerics/bit/bitops.count/popcount.pass.cpp
libcxx/test/std/numerics/bit/bitops.rot/rotl.pass.cpp
libcxx/test/std/numerics/bit/bitops.rot/rotr.pass.cpp
|