summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/CompoundStmtScope.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
commit0883fd5817e96961c2a5aa1863a545a1cd54c228 (patch)
treecbf73c45006e3c50802e0284c684e775e37bc800 /clang/test/Parser/CompoundStmtScope.c
parenta054c5bedd0f0e6efb9938e4ac9a174304612cb7 (diff)
downloadbcm5719-llvm-0883fd5817e96961c2a5aa1863a545a1cd54c228.tar.gz
bcm5719-llvm-0883fd5817e96961c2a5aa1863a545a1cd54c228.zip
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. llvm-svn: 42365
Diffstat (limited to 'clang/test/Parser/CompoundStmtScope.c')
-rw-r--r--clang/test/Parser/CompoundStmtScope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/CompoundStmtScope.c b/clang/test/Parser/CompoundStmtScope.c
index d6a4730632c..4d1da43e25b 100644
--- a/clang/test/Parser/CompoundStmtScope.c
+++ b/clang/test/Parser/CompoundStmtScope.c
@@ -1,4 +1,4 @@
-// RUN: clang -parse-ast-check %s
+// RUN: clang -parse-ast -verify %s
int foo() {
{
OpenPOWER on IntegriCloud