]> granicus.if.org Git - clang/commit
[modules] When we try to complete the redeclaration chain for a class template
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 31 Jan 2015 03:04:55 +0000 (03:04 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 31 Jan 2015 03:04:55 +0000 (03:04 +0000)
commit3a64d0f154d91a943bcefd201eb02a699bdc46c5
treec1aa41aadffc5c5bff95ae319b4a9b6add9f0fb7
parentfff257ed059bbc57e2327e29beb18350ff0d6caf
[modules] When we try to complete the redeclaration chain for a class template
specialization, pull in any lazy specializations of the class template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227668 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclTemplate.h
lib/Serialization/ASTReader.cpp
test/Modules/Inputs/merge-template-members/def.h [new file with mode: 0644]
test/Modules/Inputs/merge-template-members/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/merge-template-members/update.h [new file with mode: 0644]
test/Modules/merge-template-members.cpp [new file with mode: 0644]