git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Steve Naroff 2008-10-21 10:50:19 +00:00
Родитель fe6b0dc94a
Коммит 6f5f41c501
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -796,7 +796,7 @@ void Sema::AddInstanceMethodToGlobalPool(ObjCMethodDecl *Method) {
}
}
// FIXME: Finish implementing -Wno-struct-selector-match.
// FIXME: Finish implementing -Wno-strict-selector-match.
ObjCMethodDecl *Sema::LookupInstanceMethodInGlobalPool(Selector Sel,
SourceRange R) {
ObjCMethodList &MethList = InstanceMethodPool[Sel];