"currentHandler" is a nullary selector

llvm-svn: 53763
This commit is contained in:
Ted Kremenek 2008-07-18 18:14:26 +00:00
parent 04a6e0ba8c
commit f41b1c45fa
1 changed files with 1 additions and 1 deletions

View File

@ -962,7 +962,7 @@ void RetainSummaryManager::InitializeClassMethodSummaries() {
// Create the [NSAssertionHandler currentHander] summary. // Create the [NSAssertionHandler currentHander] summary.
addClsMethSummary(NSAssertionHandlerII, addClsMethSummary(NSAssertionHandlerII,
GetUnarySelector("currentHandler", Ctx), GetNullarySelector("currentHandler", Ctx),
getPersistentSummary(RetEffect::MakeNotOwned())); getPersistentSummary(RetEffect::MakeNotOwned()));
} }