aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/LocalCheckers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Analysis/LocalCheckers.h')
-rw-r--r--include/clang/Analysis/LocalCheckers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Analysis/LocalCheckers.h b/include/clang/Analysis/LocalCheckers.h
index 23610f9a2d..a27f27b567 100644
--- a/include/clang/Analysis/LocalCheckers.h
+++ b/include/clang/Analysis/LocalCheckers.h
@@ -46,6 +46,7 @@ void CheckObjCDealloc(ObjCImplementationDecl* D, const LangOptions& L,
void CheckObjCInstMethSignature(ObjCImplementationDecl* ID, BugReporter& BR);
void CheckObjCUnusedIvar(ObjCImplementationDecl* D, BugReporter& BR);
+void CheckNSError(ObjCImplementationDecl* D, BugReporter& BR);
void RegisterAppleChecks(GRExprEngine& Eng);