]> granicus.if.org Git - clang/commit
Fix assertion failure when generating debug information for a variable
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 22 Feb 2017 00:13:14 +0000 (00:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 22 Feb 2017 00:13:14 +0000 (00:13 +0000)
commitd8e6e77fd65439b70b975972acdc7662689edff0
tree15255115c6b550d7b71c207257939fd31fa43305
parent31ea0cb0991891ccd35f1b18fe3a225b3e284f2b
Fix assertion failure when generating debug information for a variable
declaration declared using class template argument deduction.

Patch by Eric Fiselier (who is busy and asked me to commit this on his behalf)!

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295794 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-template-deduction-guide.cpp [new file with mode: 0644]