Skip to content

Commit e86027d

Browse files
committed
[SourceKit] Return operator results from related identifiers request
1 parent afc5ee9 commit e86027d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,8 +2547,6 @@ void SwiftLangSupport::findRelatedIdentifiersInFile(
25472547
(isa<ConstructorDecl>(VD) || isa<DestructorDecl>(VD) ||
25482548
isa<SubscriptDecl>(VD)))
25492549
return RelatedIdentsResult::empty();
2550-
if (VD->isOperator())
2551-
return RelatedIdentsResult::empty();
25522550

25532551
llvm::Optional<RenameInfo> Info = getRenameInfo(CursorInfo);
25542552

0 commit comments

Comments
 (0)