From: Ted Kremenek Date: Fri, 18 Jul 2008 18:14:26 +0000 (+0000) Subject: "currentHandler" is a nullary selector X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a80448f6f5fdfbbb8977c302ef02d2f17111a72;p=clang "currentHandler" is a nullary selector git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53763 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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())); }