[SourceKit] Discover diagnostic documentation relative to sourcekitd

This commit is contained in:
Owen Voorhees
2020-05-03 15:05:26 -07:00
parent b2a742cb17
commit eb8aeba2b8
13 changed files with 108 additions and 43 deletions

View File

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