================ @@ -704,6 +704,15 @@ ItaniumMangleContextImpl::getEffectiveDeclContext(const Decl *D) { return D->getLexicalDeclContext()->getRedeclContext(); } + if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) { + // Member-like constrained friends are mangled as if they were members of ---------------- VitaNuo wrote:
Great idea! https://github.com/llvm/llvm-project/pull/110247 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits