From: Chris Lattner Date: Thu, 11 Oct 2007 00:37:43 +0000 (+0000) Subject: rename -parse-ast-view to -ast-view X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea254dbbc0d46e9947b146dfe624bd70089b3f5a;p=clang rename -parse-ast-view to -ast-view git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42853 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/clang.cpp b/Driver/clang.cpp index e5185d0498..9d8f71288f 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -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."),