]> granicus.if.org Git - clang/commit
Remove some incorrect assertions when deduction template arguments in
authorDouglas Gregor <dgregor@apple.com>
Fri, 6 Aug 2010 14:15:26 +0000 (14:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 6 Aug 2010 14:15:26 +0000 (14:15 +0000)
commitcaadc127fef2a5ce5dddae0d3ac6a582c285baff
treec2191a3892edc13b5d6ccb78ae3505d839b8e6f6
parentd945538a36642cb0f935b268acbc32a67fae85a6
Remove some incorrect assertions when deduction template arguments in
a template-argument-list. When template template parameters are
involved, we won't already have checked the template-argument-list (it
may not be known yet!). Fixes PR7807.

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