summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-decl-context/merge-decl-context.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When loading in multiple canonical definitions of a template,Richard Smith2015-02-271-0/+5
| | | | | | | accumulate the set of specializations rather than overwriting one list with another. llvm-svn: 230712
* [modules] Even if we already have a definition of a class, loading in anotherRichard Smith2015-02-251-0/+13
one can give us more lookup results (due to implicit special members). Be sure to complete the redecl chain for every kind of DeclContext before performing a lookup into it, rather than only doing so for NamespaceDecls. llvm-svn: 230558
OpenPOWER on IntegriCloud