mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Discover diagnostic documentation relative to sourcekitd
This commit is contained in:
@@ -92,7 +92,8 @@ public:
|
||||
explicit SwiftASTManager(std::shared_ptr<SwiftEditorDocumentFileMap>,
|
||||
std::shared_ptr<GlobalConfig> Config,
|
||||
std::shared_ptr<SwiftStatistics> Stats,
|
||||
StringRef RuntimeResourcePath);
|
||||
StringRef RuntimeResourcePath,
|
||||
StringRef DiagnosticDocumentationPath);
|
||||
~SwiftASTManager();
|
||||
|
||||
SwiftInvocationRef getInvocation(
|
||||
|
||||
Reference in New Issue
Block a user