aboutsummaryrefslogtreecommitdiff
path: root/Driver/clang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r--Driver/clang.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index c6bcc14cad..7a2996a309 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -135,10 +135,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
clEnumValN(SerializeAST, "serialize",
"Build ASTs and emit .ast file"),
clEnumValN(RewriteObjC, "rewrite-objc",
- "Playground for the code rewriter"),
- clEnumValN(HTMLTest, "html-test",
- "Playground for the HTML displayer"),
-
+ "Playground for the code rewriter"),
clEnumValEnd));
@@ -1051,9 +1048,6 @@ static ASTConsumer* CreateASTConsumer(const std::string& InFile,
case EmitHTML:
return CreateHTMLPrinter();
- case HTMLTest:
- return CreateHTMLTest();
-
case ParseCFGDump:
case ParseCFGView:
return CreateCFGDumper(ProgAction == ParseCFGView,