mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #31521 from owenv/sourcekit-find-edu-notes
[SourceKit] Discover diagnostic documentation relative to sourcekitd
This commit is contained in:
@@ -114,6 +114,7 @@ public:
|
||||
// thread may be active trying to use it to post notifications.
|
||||
// FIXME: Use shared_ptr ownership to avoid such issues.
|
||||
Ctx = new SourceKit::Context(getRuntimeLibPath(),
|
||||
/*diagnosticDocumentationPath*/ "",
|
||||
SourceKit::createSwiftLangSupport,
|
||||
/*dispatchOnMain=*/false);
|
||||
auto localDocUpdState = std::make_shared<DocUpdateMutexState>();
|
||||
|
||||
Reference in New Issue
Block a user