summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/alloc-align-attr.c
Commit message (Collapse)AuthorAgeFilesLines
* 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