]> granicus.if.org Git - clang/commit
It turns out that we *can* end up having to display template argument
authorDouglas Gregor <dgregor@apple.com>
Thu, 29 Apr 2010 04:55:13 +0000 (04:55 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 29 Apr 2010 04:55:13 +0000 (04:55 +0000)
commit77e2c67411084c47b1cf511a191b31adf38662ba
tree46b698f9be172a1145eb3908e31428f6af99d655
parent3ff9d1110fed519ad81302ecc154814c33a4962b
It turns out that we *can* end up having to display template argument
bindings when the template argument is still an expression; it happens
while checking the template arguments of a class template partial
specializations. Fixes PR6964.

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