summaryrefslogtreecommitdiff
path: root/clang/test/Layout/ms-aligned-array.c
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2022-09-21[Sema] Reject array element types whose sizes aren't a multiple of theirAkira Hatanaka
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2020-04-14[MS] Fix packed struct layout for arrays of aligned non-record typesReid Kleckner