summaryrefslogtreecommitdiffstats
path: root/clang/Driver/ASTConsumers.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Driver/ASTConsumers.h')
-rw-r--r--clang/Driver/ASTConsumers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/Driver/ASTConsumers.h b/clang/Driver/ASTConsumers.h
index c72f95ec73f..a38d4279cbc 100644
--- a/clang/Driver/ASTConsumers.h
+++ b/clang/Driver/ASTConsumers.h
@@ -44,10 +44,12 @@ ASTConsumer *CreateUnitValsChecker(Diagnostic &Diags);
ASTConsumer *CreateGRSimpleVals(Diagnostic &Diags,
const std::string& Function,
+ const std::string& HTMLDir,
bool Visualize = false, bool TrimGraph = false);
ASTConsumer* CreateCFRefChecker(Diagnostic &Diags,
- const std::string& FunctionName);
+ const std::string& FunctionName,
+ const std::string& HTMLDir);
ASTConsumer *CreateCodeRewriterTest(const std::string& InFile,
const std::string& OutFile,
OpenPOWER on IntegriCloud