diff options
| author | Manman Ren <manman.ren@gmail.com> | 2016-03-10 23:54:12 +0000 |
|---|---|---|
| committer | Manman Ren <manman.ren@gmail.com> | 2016-03-10 23:54:12 +0000 |
| commit | 42e09eb022da6f9bef61c36b35341ddbe728dced (patch) | |
| tree | ef86242122f1c11f178945498f97be07bfa6986e /clang/test/Sema | |
| parent | 515758e0762590dcc6b872256a417f4b1eeafc14 (diff) | |
| download | bcm5719-llvm-42e09eb022da6f9bef61c36b35341ddbe728dced.tar.gz bcm5719-llvm-42e09eb022da6f9bef61c36b35341ddbe728dced.zip | |
Print strict in Availability attribute when it is on.
llvm-svn: 263172
Diffstat (limited to 'clang/test/Sema')
| -rw-r--r-- | clang/test/Sema/attr-print.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Sema/attr-print.c b/clang/test/Sema/attr-print.c index b3bdfd72e64..96f1359ef9c 100644 --- a/clang/test/Sema/attr-print.c +++ b/clang/test/Sema/attr-print.c @@ -32,3 +32,6 @@ int * __uptr __ptr32 p32_3; // CHECK: int * __sptr * __ptr32 ppsp32; int * __sptr * __ptr32 ppsp32; + +// CHECK: __attribute__((availability(macosx, strict, introduced=10.6))); +void f6(int) __attribute__((availability(macosx,strict,introduced=10.6))); |

