diff options
Diffstat (limited to 'clang/Driver/ASTConsumers.h')
| -rw-r--r-- | clang/Driver/ASTConsumers.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/Driver/ASTConsumers.h b/clang/Driver/ASTConsumers.h index 5853664832b..c19a1afa5cf 100644 --- a/clang/Driver/ASTConsumers.h +++ b/clang/Driver/ASTConsumers.h @@ -45,13 +45,6 @@ ASTConsumer *CreateGRSimpleVals(Diagnostic &Diags, const std::string& Function, const std::string& HTMLDir, bool Visualize, bool TrimGraph, bool AnalyzeAll); - -ASTConsumer *CreateCFRefChecker(Diagnostic &Diags, - Preprocessor* PP, PreprocessorFactory* PPF, - const LangOptions& LangOpts, - const std::string& Function, - const std::string& HTMLDir, bool Visualize, - bool TrimGraph, bool AnalyzeAll); ASTConsumer *CreateCodeRewriterTest(const std::string& InFile, const std::string& OutFile, |

