Skip to content

Commit 856c0c7

Browse files
committed
migrator: correct a misplaced assertion. rdar://31980368
1 parent f43b398 commit 856c0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/APIDigesterData.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ bool APIDiffItem::operator==(const APIDiffItem &Other) const {
208208
}
209209
case APIDiffItemKind::ADK_TypeMemberDiffItem:
210210
case APIDiffItemKind::ADK_OverloadedFuncInfo:
211-
llvm_unreachable("should be handled above.");
211+
return true;
212212
}
213213
}
214214

0 commit comments

Comments
 (0)