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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to