Add @_implements decl attribute.

This commit is contained in:
Graydon Hoare
2017-04-12 16:37:41 -07:00
parent 3a79d83233
commit c71295a12a
7 changed files with 74 additions and 1 deletions

View File

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