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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user