mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -1347,6 +1347,8 @@ namespace decls_block {
|
||||
using ImplementsDeclAttrLayout = BCRecordLayout<Implements_DECL_ATTR>;
|
||||
using ObjCRuntimeNameDeclAttrLayout
|
||||
= BCRecordLayout<ObjCRuntimeName_DECL_ATTR>;
|
||||
using RestatedObjCConformanceDeclAttrLayout
|
||||
= BCRecordLayout<RestatedObjCConformance_DECL_ATTR>;
|
||||
|
||||
using InlineDeclAttrLayout = BCRecordLayout<
|
||||
Inline_DECL_ATTR,
|
||||
|
||||
Reference in New Issue
Block a user