mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #11158 from DougGregor/jsexport-redundant-inheritance
[GSB/IRGen] Allow redundant inheritance of the JSExport protocol.
This commit is contained in:
@@ -1979,6 +1979,7 @@ void Serializer::writeDeclAttribute(const DeclAttribute *DA) {
|
||||
case DAK_SynthesizedProtocol:
|
||||
case DAK_Implements:
|
||||
case DAK_ObjCRuntimeName:
|
||||
case DAK_RestatedObjCConformance:
|
||||
llvm_unreachable("cannot serialize attribute");
|
||||
|
||||
case DAK_Count:
|
||||
|
||||
Reference in New Issue
Block a user