| commit | 9ebc050ca7b2af404d3e46f48e527c930ee7281f | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Tue Oct 21 10:50:19 2008 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Tue Oct 21 10:50:19 2008 +0000 |
| tree | c7f7e59f0167168c7d46bff55145c6dca11dca72 | |
| parent | a0ed165a847103a949ff2dffae38779736a32f54 [diff] [blame] |
Fix typo. llvm-svn: 57899
diff --git a/clang/lib/Sema/SemaDeclObjC.cpp b/clang/lib/Sema/SemaDeclObjC.cpp index d5fa884..3ccea6e 100644 --- a/clang/lib/Sema/SemaDeclObjC.cpp +++ b/clang/lib/Sema/SemaDeclObjC.cpp
@@ -796,7 +796,7 @@ } } -// 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];