commit | 3b427b3ba518f7a7293458c2d3d92eebd8458d87 | [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 | c92875d0af402601eeab2f3fd205f7bf1f5c771d | |
parent | 22b73ba6c6bbac2b117f7e27d53ea683ede14c68 [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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42852 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/arg-duplicate.c b/test/Sema/arg-duplicate.c index 324e9fa..b57fd95 100644 --- a/test/Sema/arg-duplicate.c +++ b/test/Sema/arg-duplicate.c
@@ -1,4 +1,4 @@ -// RUN: clang -parse-ast -verify %s +// RUN: clang -fsyntax-only -verify %s typedef int x; int f3(y, x,