]> granicus.if.org Git - clang/commit
[Sema] Fix a crash in access checking for deduction guides
authorIlya Biryukov <ibiryukov@google.com>
Tue, 12 Feb 2019 14:21:44 +0000 (14:21 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Tue, 12 Feb 2019 14:21:44 +0000 (14:21 +0000)
commit2c1492e1e3debf7023b2c13d3dd5836caf340efe
treebae6841cb5d7ee12f7b57f168745c8a4bedb3dd4
parentc4184ecbbc8e51a8c1a225321bc2b17b17791abc
[Sema] Fix a crash in access checking for deduction guides

Summary: See the added test for a repro.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D58111

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353840 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/Sema/crash-deduction-guide-access.cpp [new file with mode: 0644]