mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add @_implements decl attribute.
This commit is contained in:
@@ -1914,6 +1914,7 @@ void Serializer::writeDeclAttribute(const DeclAttribute *DA) {
|
||||
case DAK_ObjCBridged:
|
||||
case DAK_SynthesizedProtocol:
|
||||
case DAK_Count:
|
||||
case DAK_Implements:
|
||||
llvm_unreachable("cannot serialize attribute");
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user