Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] When we merge two definitions of a function, mark the retained | Richard Smith | 2016-09-12 | 1 | -0/+4 |
| | | | | | | | definition as visible in the discarded definition's module, as we do for other kinds of definition. llvm-svn: 281258 | ||||
* | [modules] When determining the visible module set during template | Richard Smith | 2015-07-08 | 1 | -0/+4 |
instantiation, use the set of modules visible from the template definition, not from whichever declaration the specialization was instantiated from. llvm-svn: 241662 |