]> granicus.if.org Git - clang/commitdiff
rename -parse-ast-view to -ast-view
authorChris Lattner <sabre@nondot.org>
Thu, 11 Oct 2007 00:37:43 +0000 (00:37 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Oct 2007 00:37:43 +0000 (00:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42853 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.cpp

index e5185d04985c1a8da86fb04e77076f7e381c34b3..9d8f71288f5aafe4cff2daf9ace93fc66492f9f1 100644 (file)
@@ -87,7 +87,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
                         "Build ASTs and then pretty-print them"),
              clEnumValN(ASTDump, "ast-dump",
                         "Build ASTs and then debug dump them"),
-             clEnumValN(ASTView, "parse-ast-view",
+             clEnumValN(ASTView, "ast-view",
                         "Build ASTs and view them with GraphViz."),
              clEnumValN(ParseCFGDump, "dump-cfg",
                         "Run parser, then build and print CFGs."),