mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] DocInfo: Simplify the type parameter names inside fully annotated decls.
This commit is contained in:
@@ -269,9 +269,10 @@ public:
|
||||
swift::Type BaseTy,
|
||||
llvm::raw_ostream &OS);
|
||||
|
||||
static void printFullyAnnotatedSynthesizedExtension(swift::ExtensionDecl * Extension,
|
||||
swift::NominalTypeDecl *Target,
|
||||
llvm::raw_ostream &OS);
|
||||
static void printFullyAnnotatedSynthesizedDeclaration(
|
||||
const swift::ValueDecl *VD,
|
||||
swift::NominalTypeDecl *Target,
|
||||
llvm::raw_ostream &OS);
|
||||
|
||||
/// Tries to resolve the path to the real file-system path. If it fails it
|
||||
/// returns the original path;
|
||||
|
||||
Reference in New Issue
Block a user