[PATCH] D30082: Fix assertion when generating debug information for deduced template specialization types.
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 17 04:44:01 PST 2017
EricWF added inline comments.
================
Comment at: lib/CodeGen/CGDebugInfo.cpp:2478
break;
+ case Type::DeducedTemplateSpecialization: {
+ QualType DT = cast<DeducedType>(T)->getDeducedType();
----------------
I'll put this in alphabetical order before committing.
https://reviews.llvm.org/D30082
More information about the cfe-commits
mailing list