Skip to content

Commit d4110e4

Browse files
author
Sasha Krassovsky
committed
Fix warnings in IDE
1 parent 8cae17c commit d4110e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IDE/CodeCompletion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,6 +2040,7 @@ class CompletionLookup final : public swift::VisibleDeclConsumer {
20402040
LookUpConformanceInModule(CurrModule));
20412041
}
20422042
}
2043+
llvm_unreachable("Unhandled DynamicLookupInfo Kind in switch");
20432044
}
20442045

20452046
Type getTypeOfMember(const ValueDecl *VD, Type ExprType) {

0 commit comments

Comments
 (0)