[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] implement CWG1980 and CWG2064: instantiation-dependency improvements (PR #190495)
Yanzuo Liu via lldb-commits
lldb-commits at lists.llvm.org
Tue May 26 08:05:19 PDT 2026
================
@@ -2255,34 +2255,101 @@ void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) {
addSubstitution(ND);
}
-void CXXNameMangler::mangleTemplatePrefix(TemplateName Template) {
+bool CXXNameMangler::mangleTemplatePrefix(TemplateName Template,
----------------
zwuis wrote:
Could you please document the return value?
https://github.com/llvm/llvm-project/pull/190495
More information about the lldb-commits
mailing list