From 9f3d942e9970bc8f51add390b2a2c46b5a2ab747 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 26 Sep 2007 20:14:22 +0000 Subject: 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 --- test/Parser/check_cast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Parser/check_cast.c') diff --git a/test/Parser/check_cast.c b/test/Parser/check_cast.c index 806cb800fc..8c329fcc99 100644 --- a/test/Parser/check_cast.c +++ b/test/Parser/check_cast.c @@ -1,4 +1,4 @@ -// RUN: clang -parse-ast-check %s +// RUN: clang -parse-ast -verify %s struct foo { int a; }; -- cgit v1.2.1