Merge pull request #11158 from DougGregor/jsexport-redundant-inheritance

[GSB/IRGen] Allow redundant inheritance of the JSExport protocol.
This commit is contained in:
Doug Gregor
2017-07-25 02:17:18 -04:00
committed by GitHub
12 changed files with 134 additions and 20 deletions

View File

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