rsmith added inline comments.
> SemaTemplateInstantiateDecl.cpp:4849 > + DeclarationName Name = D->getDeclName(); > + if (auto *DD = dyn_cast<CXXDestructorDecl>(D)) > + Name = Do we need to do this for conversion function names too? (Eg, `operator C1<T>*`) https://reviews.llvm.org/D24969 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits