Fix crash in constraining partial specialization on nested template.
authorUtkarsh Saxena <usx@google.com>
Wed, 19 Oct 2022 14:29:42 +0000 (16:29 +0200)
committerUtkarsh Saxena <usx@google.com>
Thu, 20 Oct 2022 08:46:18 +0000 (10:46 +0200)
commit4c87e12484b39409f4d3c02e2c99042c67a76132
treec6f918df144ac57338a0ed47ad810868ec086f12
parentca0a0bf9638c9705862ef2684aba192376c7d7cb
Fix crash in constraining partial specialization on nested template.

Fixes: https://github.com/llvm/llvm-project/issues/53354

Differential Revision: https://reviews.llvm.org/D136259
clang/lib/Sema/SemaTemplateDeduction.cpp
clang/test/SemaTemplate/concepts-GH53354.cpp [new file with mode: 0644]