Fix assertion failure in codegen on non-template deduction guide.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 19 Apr 2017 21:15:45 +0000 (21:15 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 19 Apr 2017 21:15:45 +0000 (21:15 +0000)
commitada0888a111750ff4caec49208d11de4e29bfb61
treefd1606ebd8e92b999b11c98cf06d5de110c3169c
parent8aaa368d0018822734b462ade86797fab2de182f
Fix assertion failure in codegen on non-template deduction guide.

llvm-svn: 300762
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGenCXX/cxx1z-class-deduction.cpp [new file with mode: 0644]