Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] If we already have a fake definition for one declaration of a class, | Richard Smith | 2015-02-04 | 1 | -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 template | Richard Smith | 2015-02-03 | 1 | -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 template | Richard Smith | 2015-01-31 | 1 | -0/+2 |
specialization, pull in any lazy specializations of the class template. llvm-svn: 227668 |