[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)
commit508954279356432f9f0a91eef6ca432892ae4b62
tree258de21ed16e670d57c0394cd941c6e84d1e974a
parentfb8a66fbc558e3dc1f52e5fa4aac3d9ed1fef5ae
[modules] When we try to complete the redeclaration chain for a class template
specialization, pull in any lazy specializations of the class template.

llvm-svn: 227668
clang/include/clang/AST/DeclTemplate.h
clang/lib/Serialization/ASTReader.cpp
clang/test/Modules/Inputs/merge-template-members/def.h [new file with mode: 0644]
clang/test/Modules/Inputs/merge-template-members/module.modulemap [new file with mode: 0644]
clang/test/Modules/Inputs/merge-template-members/update.h [new file with mode: 0644]
clang/test/Modules/merge-template-members.cpp [new file with mode: 0644]