diff options
| author | Ted Kremenek <kremenek@apple.com> | 2008-07-02 00:44:58 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2008-07-02 00:44:58 +0000 |
| commit | 8e631a026779f0ffc25fb24f603adf01d16bc042 (patch) | |
| tree | c9fc566bbbf2371e59aef5e17d835d8da89a6c55 /clang/Driver/ASTConsumers.h | |
| parent | 82a9321f5641b76aeb7ba9d6fad5e4b559327fb1 (diff) | |
| download | bcm5719-llvm-8e631a026779f0ffc25fb24f603adf01d16bc042.tar.gz bcm5719-llvm-8e631a026779f0ffc25fb24f603adf01d16bc042.zip | |
Migrated driver logic for running the CF retain/release checker over to the new AnalysisConsumer interface.
llvm-svn: 53002
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, |

