[Concepts] Add missing null check to transformConstructor
authorSaar Raz <saar@raz.email>
Sun, 26 Jan 2020 22:14:43 +0000 (00:14 +0200)
committerSaar Raz <saar@raz.email>
Sun, 26 Jan 2020 22:15:42 +0000 (00:15 +0200)
commita8d096aff6b1930ad57bd0c30077d2b4920b5025
tree11b6292628079de78216be00c2cceca07f24cac3
parent0e0c65264aeb6f66b6f711884c55cdbf66d975f6
[Concepts] Add missing null check to transformConstructor

Caused bug 44671 when transforming a constructor with a type-constraint with no explicit template args.
clang/lib/Sema/SemaTemplate.cpp