summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/alloc-align-attr.c
Commit message (Collapse)AuthorAgeFilesLines
* [NFC][clang] Test updates for CreateAlignmentAssumption() changes in D54653Roman Lebedev2019-01-241-24/+12
| | | | | | Differential Revision: https://reviews.llvm.org/D57175 llvm-svn: 352090
* Clang changes for alloc_align attribute Erich Keane2017-03-301-0/+101
GCC has the alloc_align attribute, which is similar to assume_aligned, except the attribute's parameter is the index of the integer parameter that needs aligning to. Differential Revision: https://reviews.llvm.org/D29599 llvm-svn: 299117
OpenPOWER on IntegriCloud