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

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