From 1a80448f6f5fdfbbb8977c302ef02d2f17111a72 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 18 Jul 2008 18:14:26 +0000 Subject: [PATCH] "currentHandler" is a nullary selector git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53763 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CFRefCount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); } -- 2.50.1