diff options
Diffstat (limited to 'include/clang/Analysis/LocalCheckers.h')
-rw-r--r-- | include/clang/Analysis/LocalCheckers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/Analysis/LocalCheckers.h b/include/clang/Analysis/LocalCheckers.h index 9ff3f52f89..88fc8797ab 100644 --- a/include/clang/Analysis/LocalCheckers.h +++ b/include/clang/Analysis/LocalCheckers.h @@ -48,6 +48,9 @@ void CheckObjCUnusedIvar(ObjCImplementationDecl* D, BugReporter& BR); void RegisterAppleChecks(GRExprEngine& Eng); +void CheckSecuritySyntaxOnly(Decl *D, BugReporter &BR); + + } // end namespace clang #endif |