Added boilerplate to execute the CF reference count checker (which isn't yet implemented).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47982 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Driver/ASTConsumers.h b/Driver/ASTConsumers.h
index 85940c8..3d2f949 100644
--- a/Driver/ASTConsumers.h
+++ b/Driver/ASTConsumers.h
@@ -45,6 +45,9 @@
ASTConsumer *CreateGRSimpleVals(Diagnostic &Diags,
const std::string& Function,
bool Visualize = false);
+
+ASTConsumer* CreateCFRefChecker(Diagnostic &Diags,
+ const std::string& FunctionName);
ASTConsumer *CreateCodeRewriterTest(const std::string& InFile,
Diagnostic &Diags);