diff options
author | Erik Pilkington <erik.pilkington@gmail.com> | 2018-10-29 02:29:21 +0000 |
---|---|---|
committer | Erik Pilkington <erik.pilkington@gmail.com> | 2018-10-29 02:29:21 +0000 |
commit | a7cc6b360fe976c9105968d73f60e26172dc7b77 (patch) | |
tree | e02f473cba9c5e5fc4eed3653a5aaec219c1f908 /clang/test/Preprocessor/pragma_assume_nonnull.c | |
parent | 36d9746630fd4fb71fef627057fdd5b899cfd221 (diff) | |
download | bcm5719-llvm-a7cc6b360fe976c9105968d73f60e26172dc7b77.tar.gz bcm5719-llvm-a7cc6b360fe976c9105968d73f60e26172dc7b77.zip |
Support for groups of attributes in #pragma clang attribute
This commit enables pushing an empty #pragma clang attribute push, then adding
multiple attributes to it, then popping them all with #pragma clang attribute
pop, just like #pragma clang diagnostic. We still support the current way of
adding these, #pragma clang attribute push(__attribute__((...))), by treating it
like a combined push/attribute. This is needed to create macros like:
DO_SOMETHING_BEGIN(attr1, attr2, attr3)
// ...
DO_SOMETHING_END
rdar://45496947
Differential revision: https://reviews.llvm.org/D53621
llvm-svn: 345486
Diffstat (limited to 'clang/test/Preprocessor/pragma_assume_nonnull.c')
0 files changed, 0 insertions, 0 deletions