Files
third_party_rust_bindgen/bindgen-integration/cpp
Emilio Cobos Álvarez 016e72a626 ir: Fix a bunch of bitfield correctness issues.
In particular, the "flush the allocation unit" logic is only valid for
ms_structs (that is, MSVC).

It's slightly annoying to have this different behavior, but it'd work just fine
if we'd turn that on for MSVC.

This patch doesn't do that, yet at least, and adds tests for all the weird
bitfield alignments around.

Fixes #726 (and another set of hidden issues by the old code).
2017-06-05 20:05:01 +02:00
..