summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/alloc-align-attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz2017-04-191-3/+3
| | | | | | | | | | | | | | | | | | | Prior to this commit the external_source_symbol attribute wasn't supported by #pragma clang attribute for the following two reasons: - The Named attribute subject hasn't been supported by TableGen. - There was no way to specify a subject match rule for #pragma clang attribute that could operate on a set of attribute subjects (e.g. the ones that derive from NamedDecl). This commit fixes the two issues and thus adds external_source_symbol support to #pragma clang attribute. rdar://31169028 Differential Revision: https://reviews.llvm.org/D32176 llvm-svn: 300712
* Clang changes for alloc_align attribute Erich Keane2017-03-301-0/+19
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