Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Order the methods in the global method pool based on when they become ↵ | Douglas Gregor | 2013-02-12 | 1 | -0/+2 |
| | | | | | | visible, not when they become deserialized <rdar://problem/13203033>. llvm-svn: 175018 | ||||
* | Retain all hidden methods in the global method pool, because they may become ↵ | Douglas Gregor | 2013-02-07 | 1 | -0/+1 |
| | | | | | | visible <rdar://problem/13172858>. llvm-svn: 174648 | ||||
* | Teach global selector lookup to ignore hidden methods, which occur | Douglas Gregor | 2013-01-16 | 1 | -0/+3 |
when the methods are declared in a submodule that has not yet been imported. Part of <rdar://problem/10634711>. llvm-svn: 172635 |