mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add VTablePlaceholderDecl (but don't hook it up to anything yet).
This commit is contained in:
@@ -535,6 +535,7 @@ CodeCompletionResult::getCodeCompletionDeclKind(const Decl *D) {
|
||||
case DeclKind::EnumCase:
|
||||
case DeclKind::TopLevelCode:
|
||||
case DeclKind::IfConfig:
|
||||
case DeclKind::VTablePlaceholder:
|
||||
llvm_unreachable("not expecting such a declaration result");
|
||||
case DeclKind::Module:
|
||||
return CodeCompletionDeclKind::Module;
|
||||
|
||||
Reference in New Issue
Block a user