summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-print-attr.c
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2018-11-30 18:43:02 +0000
committerAaron Ballman <aaron@aaronballman.com>2018-11-30 18:43:02 +0000
commit4b5b0c0025c3238f7a8894ba1ac28b6f2394286a (patch)
treec4c2609ea00629f3aff56d9c8df6c9d945957a4d /clang/test/Misc/ast-print-attr.c
parent1901a12e765f2404b5908ab8004c5ceefa79db1f (diff)
downloadbcm5719-llvm-4b5b0c0025c3238f7a8894ba1ac28b6f2394286a.tar.gz
bcm5719-llvm-4b5b0c0025c3238f7a8894ba1ac28b6f2394286a.zip
Move AST tests into their own test directory; NFC.
This moves everything primarily testing the functionality of -ast-dump and -ast-print into their own directory, rather than leaving the tests spread around the testing directory. llvm-svn: 348017
Diffstat (limited to 'clang/test/Misc/ast-print-attr.c')
-rw-r--r--clang/test/Misc/ast-print-attr.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/test/Misc/ast-print-attr.c b/clang/test/Misc/ast-print-attr.c
deleted file mode 100644
index 223e27b3979..00000000000
--- a/clang/test/Misc/ast-print-attr.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %clang_cc1 -ast-print -x objective-c++ -fms-extensions %s -o - | FileCheck %s
-
-// CHECK: using A = __kindof id (*)[1];
-using A = __kindof id (*)[1];
-
-// CHECK: using B = int ** __ptr32 *[3];
-using B = int ** __ptr32 *[3];
-
-// FIXME: This is the wrong spelling for the attribute.
-// FIXME: Too many parens here!
-// CHECK: using C = int ((*))() __attribute__((cdecl));
-using C = int (*)() [[gnu::cdecl]];
OpenPOWER on IntegriCloud