summaryrefslogtreecommitdiff
path: root/tests/headers/issue-739-pointer-wide-bitfield.h
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2022-03-15disable some tests on windowsEmil Gardström
This is due to differences in representation of `signed long` and `unsigned long` on most Linux-based systems and Windows (`64` vs. `32` bits)
2017-06-10ir: Prevent integer overflow when using word-size bitfields.Emilio Cobos Álvarez
Fixes #739