summaryrefslogtreecommitdiff
path: root/test/Parser/attributes.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-09-26 20:14:22 +0000
committerTed Kremenek <kremenek@apple.com>2007-09-26 20:14:22 +0000
commit9f3d942e9970bc8f51add390b2a2c46b5a2ab747 (patch)
treea29754e7dfd73c6f7cf374eb249918c5502f3e45 /test/Parser/attributes.c
parent41193e4464818d5c4809a8a4140bb0bf26d7733f (diff)
downloadclang-9f3d942e9970bc8f51add390b2a2c46b5a2ab747.tar.gz
Removed option "-parse-ast-check" from clang driver. This is now implemented
using "-parse-ast -verify". Updated all test cases (using a sed script) that invoked -parse-ast-check to now use -parse-ast -verify. Fixed a bug where using "-verify" instead of "-parse-ast-check" would not correctly create the DiagClient needed to accumulate diagnostics. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Parser/attributes.c')
-rw-r--r--test/Parser/attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/attributes.c b/test/Parser/attributes.c
index 6815df72b8..ecd1237aad 100644
--- a/test/Parser/attributes.c
+++ b/test/Parser/attributes.c
@@ -1,4 +1,4 @@
-// RUN: clang -parse-ast-check %s -pedantic
+// RUN: clang -parse-ast -verify %s -pedantic
static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}}
foo (void)