diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-07-18 18:14:26 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-07-18 18:14:26 +0000 |
commit | f41b1c45fa5016ea87fb444f77aaf3de9b5fcb81 (patch) | |
tree | 12d00321c12966af214ef4bfa00e33d92e7ce3b2 /clang/lib/Analysis/CFRefCount.cpp | |
parent | 04a6e0ba8c9595142265fbe2dd087e2ebd37d96a (diff) | |
download | bcm5719-llvm-f41b1c45fa5016ea87fb444f77aaf3de9b5fcb81.tar.gz bcm5719-llvm-f41b1c45fa5016ea87fb444f77aaf3de9b5fcb81.zip |
"currentHandler" is a nullary selector
llvm-svn: 53763
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | clang/lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp index de048eb4bea..bd9ac40f981 100644 --- a/clang/lib/Analysis/CFRefCount.cpp +++ b/clang/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())); } |