]> granicus.if.org Git - clang/commit
Fix crash if an in-class explicit function specialization has explicit
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 4 Dec 2018 22:26:32 +0000 (22:26 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 4 Dec 2018 22:26:32 +0000 (22:26 +0000)
commitf8d79d803044ae1703b04edd8fc51f197e125499
treeaca197cf4bef862d095b9513be51b6e617e48841
parent6e3ba53989d17371db676ee2528a8b0400673b0f
Fix crash if an in-class explicit function specialization has explicit
template arguments referring to template paramaeters.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348313 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaTemplate/member-specialization.cpp [new file with mode: 0644]