summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-template-members/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [modules] If we already have a fake definition for one declaration of a class,Richard Smith2015-02-041-2/+5
| | | | | | | don't think we're providing a new one in an update record adding a definition to another declaration of the same class. llvm-svn: 228104
* [modules] Be sure to load the lexical definition of a class templateRichard Smith2015-02-031-0/+4
| | | | | | | specialization from an update record exactly once, even if we needed to fake up the definition. llvm-svn: 227939
* [modules] When we try to complete the redeclaration chain for a class templateRichard Smith2015-01-311-0/+2
specialization, pull in any lazy specializations of the class template. llvm-svn: 227668
OpenPOWER on IntegriCloud