]> granicus.if.org Git - clang/commit
Correctly instantiate templates with non-type template arguments that
authorJohn McCall <rjmccall@apple.com>
Thu, 19 Aug 2010 23:06:02 +0000 (23:06 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 19 Aug 2010 23:06:02 +0000 (23:06 +0000)
commit766724566289e6951a90b6483f0d3e22fe4b9b52
tree4eb5543663794849d80fa9706dd2424f920d5811
parent21e09b63df2e1cc1e18749839bf21a6adb9a5b3a
Correctly instantiate templates with non-type template arguments that
are local externs.  Fixes <rdar://problem/8302138>.

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