mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
don't print USRs for type parameters into symbol graphs
rdar://73478316
This commit is contained in:
@@ -146,6 +146,10 @@ void DeclarationFragmentPrinter::printTypeRef(Type T, const TypeDecl *RefTo,
|
||||
ShouldLink = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (T->isTypeParameter()) {
|
||||
ShouldLink = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (ShouldLink) {
|
||||
|
||||
Reference in New Issue
Block a user