We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746521b commit d76e560Copy full SHA for d76e560
lib/AST/ASTMangler.cpp
@@ -4259,7 +4259,8 @@ void ASTMangler::appendDistributedThunk(
4259
};
4260
4261
if (auto *P = referenceInProtocolContextOrRequirement()) {
4262
- appendContext(P->getDeclContext(), thunk->getAlternateModuleName());
+ appendContext(P->getDeclContext(), base,
4263
+ thunk->getAlternateModuleName());
4264
appendIdentifier(Twine("$", P->getNameStr()).str());
4265
appendOperator("C"); // necessary for roundtrip, though we don't use it
4266
} else {
0 commit comments