summaryrefslogtreecommitdiffstats
path: root/clang/Driver/ASTConsumers.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-07-02 00:44:58 +0000
committerTed Kremenek <kremenek@apple.com>2008-07-02 00:44:58 +0000
commit8e631a026779f0ffc25fb24f603adf01d16bc042 (patch)
treec9fc566bbbf2371e59aef5e17d835d8da89a6c55 /clang/Driver/ASTConsumers.h
parent82a9321f5641b76aeb7ba9d6fad5e4b559327fb1 (diff)
downloadbcm5719-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.h7
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,
OpenPOWER on IntegriCloud