summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-template-members
Commit message (Collapse)AuthorAgeFilesLines
* Add missing file from r228104.Richard Smith2015-02-041-0/+2
| | | | llvm-svn: 228105
* [modules] If we already have a fake definition for one declaration of a class,Richard Smith2015-02-047-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 templateRichard Smith2015-02-034-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 templateRichard Smith2015-01-313-0/+6
specialization, pull in any lazy specializations of the class template. llvm-svn: 227668
OpenPOWER on IntegriCloud