mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #8735 from graydon/rdar-30959593-operators-defeat-incrementality
Attribute @_implements & deriving enum equality not-named ==
This commit is contained in:
@@ -1310,6 +1310,7 @@ namespace decls_block {
|
||||
using ObjCBridgedDeclAttrLayout = BCRecordLayout<ObjCBridged_DECL_ATTR>;
|
||||
using SynthesizedProtocolDeclAttrLayout
|
||||
= BCRecordLayout<SynthesizedProtocol_DECL_ATTR>;
|
||||
using ImplementsDeclAttrLayout = BCRecordLayout<Implements_DECL_ATTR>;
|
||||
|
||||
using InlineDeclAttrLayout = BCRecordLayout<
|
||||
Inline_DECL_ATTR,
|
||||
|
||||
Reference in New Issue
Block a user