rsmith added inline comments.
================
Comment at: lib/CodeGen/CGDebugInfo.cpp:2478
break;
+ case Type::DeducedTemplateSpecialization: {
+ QualType DT = cast<DeducedType>(T)->getDeducedType();
----------------
EricWF wrote:
> I'll put this in alphabetical order before committing.
Reuse the Type::Auto case here rather than duplicating it. (You'll need to
change its AutoType to the DeducedType common base class.)
https://reviews.llvm.org/D30082
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits