diff options
Diffstat (limited to 'clang/Driver/ASTConsumers.h')
-rw-r--r-- | clang/Driver/ASTConsumers.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/Driver/ASTConsumers.h b/clang/Driver/ASTConsumers.h index a38d4279cbc..0c0cf580766 100644 --- a/clang/Driver/ASTConsumers.h +++ b/clang/Driver/ASTConsumers.h @@ -47,9 +47,10 @@ ASTConsumer *CreateGRSimpleVals(Diagnostic &Diags, const std::string& HTMLDir, bool Visualize = false, bool TrimGraph = false); -ASTConsumer* CreateCFRefChecker(Diagnostic &Diags, - const std::string& FunctionName, - const std::string& HTMLDir); +ASTConsumer *CreateCFRefChecker(Diagnostic &Diags, + const std::string& Function, + const std::string& HTMLDir, + bool Visualize = false, bool TrimGraph = false); ASTConsumer *CreateCodeRewriterTest(const std::string& InFile, const std::string& OutFile, |