summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-08-21 02:18:44 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-08-21 02:18:44 +0000
commit5ab128b02d3b10413fb30738ec9f401dcfb47252 (patch)
tree9ffe3e7f1e19d17190915bf55b4f5aa4442da7ad /include
parentb9871a253d351e8776cfa5483d6330d5dffe4562 (diff)
Tie the local check NSErrorCheck to a Decl to pave the way
to untie the ExplodedGraph from a specific Decl. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Analysis/LocalCheckers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/LocalCheckers.h b/include/clang/Analysis/LocalCheckers.h
index 88fc8797ab..2322f5ebb7 100644
--- a/include/clang/Analysis/LocalCheckers.h
+++ b/include/clang/Analysis/LocalCheckers.h
@@ -46,7 +46,7 @@ void CheckObjCDealloc(ObjCImplementationDecl* D, const LangOptions& L,
void CheckObjCInstMethSignature(ObjCImplementationDecl* ID, BugReporter& BR);
void CheckObjCUnusedIvar(ObjCImplementationDecl* D, BugReporter& BR);
-void RegisterAppleChecks(GRExprEngine& Eng);
+void RegisterAppleChecks(GRExprEngine& Eng, const Decl &D);
void CheckSecuritySyntaxOnly(Decl *D, BugReporter &BR);