Files
clang-p2996/clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp
Timm Baeder 4b5e7fa4de [clang][bytecode] Handle bitcasts involving bitfields (#116843)
Copy the data one bit at a time, leaving optimizations for future work.
Adds a BitcastBuffer that takes care of pushing the bits in the right
order.
2024-12-04 11:25:04 +01:00

15 KiB