summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/rewrite-macros.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-16 13:23:13 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-16 13:23:13 +0000
commitf5965392880f169bf1e469d008b13b3b9b789a55 (patch)
tree090ec59d5a5f76d29377098ed9a094c29d3d7bad /clang/test/Frontend/rewrite-macros.c
parent7d452f198dd22353cdff60daf2d27c1a7567fb90 (diff)
downloadbcm5719-llvm-f5965392880f169bf1e469d008b13b3b9b789a55.tar.gz
bcm5719-llvm-f5965392880f169bf1e469d008b13b3b9b789a55.zip
Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/
llvm-svn: 213146
Diffstat (limited to 'clang/test/Frontend/rewrite-macros.c')
-rw-r--r--clang/test/Frontend/rewrite-macros.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/clang/test/Frontend/rewrite-macros.c b/clang/test/Frontend/rewrite-macros.c
deleted file mode 100644
index 759afb096a2..00000000000
--- a/clang/test/Frontend/rewrite-macros.c
+++ /dev/null
@@ -1,19 +0,0 @@
-// RUN: %clang_cc1 %s -verify -rewrite-macros -o %t
-// RUN: FileCheck %s < %t
-
-// Any CHECK line comments are included in the output, so we use some extra
-// regex brackets to make sure we don't match the CHECK lines themselves.
-
-#define A(a,b) a ## b
-
-// CHECK: {{^}} 12 /*A*/ /*(1,2)*/{{$}}
-A(1,2)
-
-// CHECK: {{^}} /*_Pragma("mark")*/{{$}}
-_Pragma("mark")
-
-// CHECK: /*#warning eek*/{{$}}
-/* expected-warning {{eek}} */ #warning eek
-
-// CHECK: {{^}}//#pragma mark mark{{$}}
-#pragma mark mark
OpenPOWER on IntegriCloud