]> granicus.if.org Git - clang/commit
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)
commitfdf912d06464afcf9274cb2c81f25b589bd4dae7
tree9282a77d84ff0794754bbff1fd0faad4bc0aef4e
parent47b01c3d4b1906279589b36af1d38ee3b29fe3ae
PR39231: fix null dereference when diagnosing deduction failure due to
conflicting values for a non-type pack.

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