mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Sourcekit/DocSupport: include fully annotated generic signatures for extension decls. rdar://40906297
This commit is contained in:
@@ -41,6 +41,7 @@ namespace swift {
|
||||
class SourceFile;
|
||||
class SILOptions;
|
||||
class ValueDecl;
|
||||
class GenericSignature;
|
||||
enum class AccessorKind;
|
||||
|
||||
namespace syntax {
|
||||
@@ -377,6 +378,9 @@ public:
|
||||
swift::TypeOrExtensionDecl Target,
|
||||
llvm::raw_ostream &OS);
|
||||
|
||||
static void
|
||||
printFullyAnnotatedGenericReq(const swift::GenericSignature *Sig,
|
||||
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