Add VTablePlaceholderDecl (but don't hook it up to anything yet).

This commit is contained in:
Jordan Rose
2017-05-05 11:35:14 -07:00
parent d8eef2ea5e
commit 82930033d2
18 changed files with 89 additions and 0 deletions

View File

@@ -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;