Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2021-07-23 07:13:34 -07:00
83 changed files with 409 additions and 463 deletions

View File

@@ -4746,7 +4746,7 @@ public:
if (!genericSig)
return;
for (auto GPT : genericSig->getGenericParams()) {
for (auto GPT : genericSig.getGenericParams()) {
addGenericTypeParamRef(GPT->getDecl(),
DeclVisibilityKind::GenericParameter, {});
}