aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-07-18 18:14:26 +0000
committerTed Kremenek <kremenek@apple.com>2008-07-18 18:14:26 +0000
commit1a80448f6f5fdfbbb8977c302ef02d2f17111a72 (patch)
tree071dc9689b8e2da5da373ab0e18aaf3da73342e0 /lib/Analysis/CFRefCount.cpp
parent2d1086cec05137a77f0779afe7b3a2fb4f034414 (diff)
"currentHandler" is a nullary selector
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r--lib/Analysis/CFRefCount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp
index de048eb4be..bd9ac40f98 100644
--- a/lib/Analysis/CFRefCount.cpp
+++ b/lib/Analysis/CFRefCount.cpp
@@ -962,7 +962,7 @@ void RetainSummaryManager::InitializeClassMethodSummaries() {
// Create the [NSAssertionHandler currentHander] summary.
addClsMethSummary(NSAssertionHandlerII,
- GetUnarySelector("currentHandler", Ctx),
+ GetNullarySelector("currentHandler", Ctx),
getPersistentSummary(RetEffect::MakeNotOwned()));
}