]> granicus.if.org Git - clang/commit
PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 3 Feb 2014 20:09:56 +0000 (20:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 3 Feb 2014 20:09:56 +0000 (20:09 +0000)
commitfb9e5477faacb94cd5665ab3f2e334451308b0d8
treec1c4ba5cc417b09b1323d92132844120513669da
parent0090140bef3e2c22de03f42c515f6de061103801
PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of a
variable template until we know what the template arguments actually are.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200714 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/instantiate-var-template.cpp [new file with mode: 0644]