mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1168,12 +1168,12 @@ Completion *CompletionBuilder::finish() {
|
||||
|
||||
if (current.getKind() == SwiftResult::Declaration) {
|
||||
base = SwiftResult(
|
||||
semanticContext, flair, current.getNumBytesToErase(), completionString,
|
||||
current.getAssociatedDeclKind(), current.isSystem(),
|
||||
current.getModuleName(), current.getSourceFilePath(),
|
||||
current.getNotRecommendedReason(), current.getDiagnosticSeverity(),
|
||||
current.getDiagnosticMessage(), current.getBriefDocComment(),
|
||||
current.getAssociatedUSRs(), typeRelation, opKind);
|
||||
semanticContext, flair, current.getNumBytesToErase(),
|
||||
completionString, current.getAssociatedDeclKind(), current.isSystem(),
|
||||
current.getModuleName(), current.getNotRecommendedReason(),
|
||||
current.getDiagnosticSeverity(), current.getDiagnosticMessage(),
|
||||
current.getBriefDocComment(), current.getAssociatedUSRs(),
|
||||
typeRelation, opKind);
|
||||
} else {
|
||||
base = SwiftResult(current.getKind(), semanticContext, flair,
|
||||
current.getNumBytesToErase(), completionString,
|
||||
|
||||
Reference in New Issue
Block a user