[SourceKit] DocInfo: Simplify the type parameter names inside fully annotated decls.

This commit is contained in:
Xi Ge
2016-04-01 11:43:26 -07:00
parent fa77a7afc9
commit adc65bf609
4 changed files with 26 additions and 15 deletions

View File

@@ -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;