summaryrefslogtreecommitdiff
path: root/tests/headers/incomplete-array-padding.h
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2019-07-10ir: Properly find the layout of incomplete arrays.Emilio Cobos Álvarez
So as to not pad stuff incorrectly, or needlessly add extra alignment, for example. Fixes #1589