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>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172635 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Sema/SemaDeclObjC.cpp 65 additions, 47 deletionslib/Sema/SemaDeclObjC.cpp
- test/Modules/Inputs/MethodPoolASub.h 3 additions, 0 deletionstest/Modules/Inputs/MethodPoolASub.h
- test/Modules/Inputs/MethodPoolBSub.h 3 additions, 0 deletionstest/Modules/Inputs/MethodPoolBSub.h
- test/Modules/Inputs/module.map 8 additions, 0 deletionstest/Modules/Inputs/module.map
- test/Modules/method_pool.m 18 additions, 0 deletionstest/Modules/method_pool.m
Loading
Please register or sign in to comment