PR39231: fix null dereference when diagnosing deduction failure due to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Oct 2018 18:49:22 +0000 (18:49 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Oct 2018 18:49:22 +0000 (18:49 +0000)
commite54d9525ad594a0084f003244ad56982c412c4b0
tree6f9f9c0089d94dc180aba94f5a8f1cf142ffc4ba
parent81abca32fba4d8eb537c4ac4445e0175309b9fc8
PR39231: fix null dereference when diagnosing deduction failure due to
conflicting values for a non-type pack.

llvm-svn: 344070
clang/lib/Sema/SemaOverload.cpp
clang/test/SemaTemplate/temp_arg_pack.cpp