Teach global selector lookup to ignore hidden methods, which occur
authorDouglas Gregor <dgregor@apple.com>
Wed, 16 Jan 2013 18:47:38 +0000 (18:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 16 Jan 2013 18:47:38 +0000 (18:47 +0000)
commit77f49a4902fdf3b73d54796c1579988477f6927e
tree2137c70dc976cd22489cd0aa1cd41af4d7f835ab
parent0ec72bbc4ddf7a64cc709d5b05001f17a8b9fa90
Teach global selector lookup to ignore hidden methods, which occur
when the methods are declared in a submodule that has not yet been
imported. Part of <rdar://problem/10634711>.

llvm-svn: 172635
clang/lib/Sema/SemaDeclObjC.cpp
clang/test/Modules/Inputs/MethodPoolASub.h [new file with mode: 0644]
clang/test/Modules/Inputs/MethodPoolBSub.h [new file with mode: 0644]
clang/test/Modules/Inputs/module.map
clang/test/Modules/method_pool.m