summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/alloc-align-attr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clang changes for alloc_align attribute Erich Keane2017-03-301-0/+40
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