aboutsummaryrefslogtreecommitdiff
path: root/Driver/AnalysisConsumer.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-09-18 21:25:13 +0000
committerTed Kremenek <kremenek@apple.com>2008-09-18 21:25:13 +0000
commitcfdf9b4edf1172728be97d1ae2d95171975f812b (patch)
tree45c8f9dd93d2d97ddf82474ba786d8853764e02d /Driver/AnalysisConsumer.cpp
parent9eae5761c0691c0f11d7a823b8ee54f05786cbbe (diff)
Change implementation of NSError** coding-style check to be invoked at the end of the retain/release analysis.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/AnalysisConsumer.cpp')
-rw-r--r--Driver/AnalysisConsumer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Driver/AnalysisConsumer.cpp b/Driver/AnalysisConsumer.cpp
index 9e321b6fd1..e22178b73e 100644
--- a/Driver/AnalysisConsumer.cpp
+++ b/Driver/AnalysisConsumer.cpp
@@ -431,11 +431,6 @@ static void ActionWarnObjCMethSigs(AnalysisManager& mgr) {
BR);
}
-static void ActionWarnObjCNSError(AnalysisManager& mgr) {
- BugReporter BR(mgr);
- CheckNSError(cast<ObjCImplementationDecl>(mgr.getCodeDecl()), BR);
-}
-
//===----------------------------------------------------------------------===//
// AnalysisConsumer creation.
//===----------------------------------------------------------------------===//