AST: Remove the 'legacy' request dependency graph implementation

This commit is contained in:
Slava Pestov
2020-12-23 02:05:53 -05:00
parent 5585cac9dd
commit 28e7ed03d0
10 changed files with 5 additions and 445 deletions

View File

@@ -223,10 +223,6 @@ Visual("v",
llvm::cl::cat(Category),
llvm::cl::init(false));
static llvm::cl::opt<std::string>
GraphVisPath("output-request-graphviz",
llvm::cl::desc("Emit GraphViz output visualizing the request graph."),
llvm::cl::cat(Category));
} // end namespace options
namespace {
@@ -613,7 +609,6 @@ int parseFile(
Invocation.getLangOptions().BuildSyntaxTree = true;
Invocation.getLangOptions().ParseForSyntaxTreeOnly = true;
Invocation.getLangOptions().VerifySyntaxTree = options::VerifySyntaxTree;
Invocation.getLangOptions().RequestEvaluatorGraphVizPath = options::GraphVisPath;
Invocation.getLangOptions().DisablePoundIfEvaluation = true;
Invocation.getLangOptions().EnableExperimentalPrespecialization =
options::EnableExperimentalPrespecialization;