mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Completion] Add convertible type relation for attached macros
Resolves rdar://108678938.
This commit is contained in:
@@ -920,8 +920,7 @@ static void transformAndForwardResults(
|
||||
*contextFreeResult, SemanticContextKind::CurrentNominal,
|
||||
CodeCompletionFlairBit::ExpressionSpecific,
|
||||
exactMatch ? exactMatch->getNumBytesToErase() : 0,
|
||||
/*TypeContext=*/nullptr, /*DC=*/nullptr, /*USRTypeContext=*/nullptr,
|
||||
/*CanCurrDeclContextHandleAsync=*/false,
|
||||
CodeCompletionResultTypeRelation::Unrelated,
|
||||
ContextualNotRecommendedReason::None);
|
||||
|
||||
SwiftCompletionInfo info;
|
||||
|
||||
Reference in New Issue
Block a user