summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-template-pattern-visibility/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When we merge two definitions of a function, mark the retainedRichard Smith2016-09-121-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 templateRichard Smith2015-07-081-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
OpenPOWER on IntegriCloud