Factor out checking of template arguments after deduction into a separate
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 21 Dec 2016 01:10:31 +0000 (01:10 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 21 Dec 2016 01:10:31 +0000 (01:10 +0000)
commit1f5be4d5b6d7205e88a65f96cbbbf7cf943c0295
tree6f18e015b5bb3081b7afe64f33d2b76b186f214b
parentd9af48a93174591ed7a7318757bf57ccb1761943
Factor out checking of template arguments after deduction into a separate
function. (This change would also allow us to handle default template arguments
in partial specializations if the standard ever permits them.)

llvm-svn: 290225
clang/lib/Sema/SemaTemplateDeduction.cpp