Merge pull request #80581 from hamishknight/mangle-less-6.2

[6.2] [Mangler] Avoid mangling local discriminator for attached macros
This commit is contained in:
Hamish Knight
2025-04-07 18:58:30 +01:00
committed by GitHub
3 changed files with 44 additions and 10 deletions

View File

@@ -453,7 +453,8 @@ protected:
const ValueDecl *forDecl = nullptr);
void appendDeclName(
const ValueDecl *decl, DeclBaseName name = DeclBaseName());
const ValueDecl *decl, DeclBaseName name = DeclBaseName(),
bool skipLocalDiscriminator = false);
GenericTypeParamType *appendAssocType(DependentMemberType *DepTy,
GenericSignature sig,