commit | 5e4c75f4ef95db6fb848e8bfd5e09efc8a81f1fd | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Oct 11 00:18:28 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Oct 11 00:18:28 2007 +0000 |
tree | 47bfc858bcc843d6028a3e357e388232fb45c8e3 | |
parent | 41eee516d7475983a656bb3eab6c7d285d949e7d [diff] [blame] |
rename -parse-ast-print to -ast-print rename -parse-ast-dump to -ast-dump remove -parse-ast, which is redundant with -fsyntax-only llvm-svn: 42852
diff --git a/clang/test/Parser/check_cast.c b/clang/test/Parser/check_cast.c index 8c329fc..c69f0f0 100644 --- a/clang/test/Parser/check_cast.c +++ b/clang/test/Parser/check_cast.c
@@ -1,4 +1,4 @@ -// RUN: clang -parse-ast -verify %s +// RUN: clang -fsyntax-only -verify %s struct foo { int a; };