]> granicus.if.org Git - clang/commit
Never try to instantiate a deduction guide's "definition". Fixes bogus warning when...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 28 Oct 2017 01:15:00 +0000 (01:15 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 28 Oct 2017 01:15:00 +0000 (01:15 +0000)
commit7c2b4afc0b01cac25df584e802b91d9d351a1fee
tree28a6a3e7d69bc8aa081c502770b5bc574e11b2f5
parentc10c256001ea8a7f9a126ae1ea20858007941d16
Never try to instantiate a deduction guide's "definition". Fixes bogus warning when there inevitably isn't one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/cxx1z-class-template-argument-deduction.cpp