When laying out bit-fields we don't properly take into account when they are in a union, they will all have a zero offset.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Should we maybe check that the offset is 0 instead of skipping the sanity check? Otherwise this LGTM.