mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[master-next] Fix compile error ParsedRawSyntaxNode and SwiftLangSupport
This commit is contained in:
@@ -270,7 +270,7 @@ SwiftLangSupport::SwiftLangSupport(SourceKit::Context &SKCtx)
|
||||
llvm::SmallString<128> LibPath(SKCtx.getRuntimeLibPath());
|
||||
llvm::sys::path::append(LibPath, "swift");
|
||||
RuntimeResourcePath = std::string(LibPath.str());
|
||||
DiagnosticDocumentationPath = SKCtx.getDiagnosticDocumentationPath();
|
||||
DiagnosticDocumentationPath = SKCtx.getDiagnosticDocumentationPath().str();
|
||||
|
||||
Stats = std::make_shared<SwiftStatistics>();
|
||||
EditorDocuments = std::make_shared<SwiftEditorDocumentFileMap>();
|
||||
|
||||
Reference in New Issue
Block a user