Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing file from r228104. | Richard Smith | 2015-02-04 | 1 | -0/+2 |
| | | | | llvm-svn: 228105 | ||||
* | [modules] If we already have a fake definition for one declaration of a class, | Richard Smith | 2015-02-04 | 7 | -9/+27 |
| | | | | | | | 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 | 4 | -0/+33 |
| | | | | | | | 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 | 3 | -0/+6 |
specialization, pull in any lazy specializations of the class template. llvm-svn: 227668 |