This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
a7b0630ba8
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
MethodPoolASub.h
7 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
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
2013-01-17 02:47:38 +08:00
@
interface
A
(
Sub
)
-
(
char
)
method3
;
Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>. llvm-svn: 174648
2013-02-08 03:13:24 +08:00
-
(
char
*
)
method4
;
Order the methods in the global method pool based on when they become visible, not when they become deserialized <rdar://problem/13203033>. llvm-svn: 175018
2013-02-13 07:36:21 +08:00
-
(
void
)
method5
:
(
C
*
)
obj
;
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
2013-01-17 02:47:38 +08:00
@
end
Order the methods in the global method pool based on when they become visible, not when they become deserialized <rdar://problem/13203033>. llvm-svn: 175018
2013-02-13 07:36:21 +08:00