]> granicus.if.org Git - clang/commit
Preserve the template type parameter name when instantiating a templace.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 30 Oct 2010 06:48:20 +0000 (06:48 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 30 Oct 2010 06:48:20 +0000 (06:48 +0000)
commit61139c561f1a2c872209e32ff9143487cebf4324
treeaab06b50c552e2abb6d4dc0ad3db121831298d0a
parent3248854a5d16e1de17c58e05f726bdef9f042df2
Preserve the template type parameter name when instantiating a templace.
Fixes PR8489.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117776 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaTemplate/instantiate-member-template.cpp