forked from OSchip/llvm-project
parent
04a6e0ba8c
commit
f41b1c45fa
|
@ -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()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue