This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
include
/
__bit
History
Fady Farag
d4469292bf
[libc++] Add parentheses around shift operations in bitwise expressions (
#175407
)
...
This improves consistency within files that already use this style.
2026-01-14 17:36:33 -05:00
..
bit_cast.h
…
bit_ceil.h
…
bit_floor.h
…
bit_log2.h
…
bit_width.h
…
blsr.h
…
byteswap.h
[libc++] Add parentheses around shift operations in bitwise expressions (
#175407
)
2026-01-14 17:36:33 -05:00
countl.h
[libc++] Don't bother asserting that <bit> functions get unsigned types (
#161487
)
2025-10-07 10:29:20 +02:00
countr.h
[libc++] Don't bother asserting that <bit> functions get unsigned types (
#161487
)
2025-10-07 10:29:20 +02:00
endian.h
…
has_single_bit.h
[libc++] Optimize std::has_single_bit (
#133063
)
2025-11-21 13:59:38 +01:00
invert_if.h
…
popcount.h
[libc++] Don't bother asserting that <bit> functions get unsigned types (
#161487
)
2025-10-07 10:29:20 +02:00
rotate.h
…