summaryrefslogtreecommitdiff
path: root/tests/headers/incomplete-array-padding.h
AgeCommit message (Collapse)Author
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