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