mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] DocInfo: Update the printed doc comment for synthesized extensions therefore it reflects the synthesized targets explicitly. rdar://25439820
This commit is contained in:
@@ -268,6 +268,10 @@ public:
|
||||
swift::Type BaseTy,
|
||||
llvm::raw_ostream &OS);
|
||||
|
||||
static void printFullyAnnotatedSynthesizedExtension(swift::ExtensionDecl * Extension,
|
||||
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;
|
||||
static std::string resolvePathSymlinks(StringRef FilePath);
|
||||
|
||||
Reference in New Issue
Block a user