]> granicus.if.org Git - clang/commit
Fix bug where template argument deduction of a non-type template parameter used
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 28 Sep 2016 22:08:38 +0000 (22:08 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 28 Sep 2016 22:08:38 +0000 (22:08 +0000)
commit43a65cdfeae45e0508c7bcd6b57af26fb8ac4cb5
tree6301f130b3ee37837f5bcde1a24be77a67bf9b29
parent827cdbc176fffe396ca37d04aa7e6495b884dda4
Fix bug where template argument deduction of a non-type template parameter used
as a template argument in a template-id, from a null non-type template
argument, failed.

Extracted from a patch by James Touton!

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