Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] When loading in multiple canonical definitions of a template, | Richard Smith | 2015-02-27 | 1 | -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 another | Richard Smith | 2015-02-25 | 1 | -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 |