summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BasicObjCFoundationChecks.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Analysis/BasicObjCFoundationChecks.h')
-rw-r--r--clang/lib/Analysis/BasicObjCFoundationChecks.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/clang/lib/Analysis/BasicObjCFoundationChecks.h b/clang/lib/Analysis/BasicObjCFoundationChecks.h
index 5c9701ecdd3..13f55fcb969 100644
--- a/clang/lib/Analysis/BasicObjCFoundationChecks.h
+++ b/clang/lib/Analysis/BasicObjCFoundationChecks.h
@@ -32,12 +32,15 @@ class GRStateManager;
class BugReporter;
class GRExprEngine;
-GRSimpleAPICheck* CreateBasicObjCFoundationChecks(ASTContext& Ctx,
+GRSimpleAPICheck *CreateBasicObjCFoundationChecks(ASTContext& Ctx,
BugReporter& BR);
-GRSimpleAPICheck* CreateAuditCFNumberCreate(ASTContext& Ctx,
+GRSimpleAPICheck *CreateAuditCFNumberCreate(ASTContext& Ctx,
BugReporter& BR);
+GRSimpleAPICheck *CreateAuditCFRetainRelease(ASTContext& Ctx,
+ BugReporter& BR);
+
void RegisterNSErrorChecks(BugReporter& BR, GRExprEngine &Eng);
} // end clang namespace
OpenPOWER on IntegriCloud