]> granicus.if.org Git - clang/commit
PR10147: When substituting a template template argument, substitute in the most
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Aug 2017 22:14:43 +0000 (22:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Aug 2017 22:14:43 +0000 (22:14 +0000)
commitbfd88732fe3525f861ed2687d0a6ae8032414f02
tree483b007ffe847cd5a4c1ec0643e1fcbfecc694a7
parentd1cb214fe8cc5fe642a7bd31dbcc64f3b5f248e2
PR10147: When substituting a template template argument, substitute in the most
recent (non-friend) declaration to pick up the right set of default template
arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312049 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/TemplateName.h
lib/AST/TemplateName.cpp
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/temp_arg_template.cpp