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/+6 |
| | | | | | | visible, not when they become deserialized <rdar://problem/13203033>. llvm-svn: 175018 | ||||
* | Whenever Sema attempts to look in the global method pool, try to load | Douglas Gregor | 2012-01-25 | 1 | -0/+8 |
additional data from the external Sema source. This properly copes with modules that are imported after we have already searched in the global method pool for a given selector. For PCH, it's a slight pessimization to be fixed soon. llvm-svn: 148891 |