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

@@ -254,6 +254,7 @@ bool swift::emitReferenceDependencies(DiagnosticEngine &diags,
case DeclKind::Constructor:
case DeclKind::Destructor:
case DeclKind::EnumElement:
case DeclKind::VTablePlaceholder:
llvm_unreachable("cannot appear at the top level of a file");
}
}