llvm-project
8a05c20c - Add an off-by-default warning to complain about MSVC bitfield padding (#117428)

Commit
338 days ago
Add an off-by-default warning to complain about MSVC bitfield padding (#117428) This just adds a warning for bitfields placed next to other bitfields where the underlying type has different storage. Under the MS struct bitfield packing ABI such bitfields are not packed.
Author
Parents
Loading