[cfe-commits] r42853 - /cfe/trunk/Driver/clang.cpp
Chris Lattner
sabre at nondot.org
Wed Oct 10 17:37:43 PDT 2007
Author: lattner
Date: Wed Oct 10 19:37:43 2007
New Revision: 42853
URL: http://llvm.org/viewvc/llvm-project?rev=42853&view=rev
Log:
rename -parse-ast-view to -ast-view
Modified:
cfe/trunk/Driver/clang.cpp
Modified: cfe/trunk/Driver/clang.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/clang.cpp?rev=42853&r1=42852&r2=42853&view=diff
==============================================================================
--- cfe/trunk/Driver/clang.cpp (original)
+++ cfe/trunk/Driver/clang.cpp Wed Oct 10 19:37:43 2007
@@ -87,7 +87,7 @@
"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."),
More information about the cfe-commits
mailing list