[arcmt] NSViewController does not support weak.

llvm-svn: 144077
This commit is contained in:
Argyrios Kyrtzidis 2011-11-08 05:56:08 +00:00
parent b33bd11c71
commit 3befb8cd8a
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ static bool isClassInWeakBlacklist(ObjCInterfaceDecl *cls) {
.Case("NSLazyBrowserCell", true)
.Case("NSWindow", true)
.Case("NSWindowController", true)
.Case("NSViewController", true)
.Case("NSMenuView", true)
.Case("NSPersistentUIWindowInfo", true)
.Case("NSTableCellView", true)