mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update master to build with Xcode 8 beta 1, OS X 10.12, iOS 10, tvOS 10, and watchOS 3 SDKs.
This commit is contained in:
@@ -640,6 +640,11 @@ std::vector<UIdent> SwiftLangSupport::UIDsFromDeclAttributes(const DeclAttribute
|
||||
AttrUIDs.push_back(Attr_IBInspectable);
|
||||
continue;
|
||||
}
|
||||
case DAK_GKInspectable: {
|
||||
static UIdent Attr_GKInspectable("source.decl.attribute.gkinspectable");
|
||||
AttrUIDs.push_back(Attr_GKInspectable);
|
||||
continue;
|
||||
}
|
||||
case DAK_ObjC: {
|
||||
static UIdent Attr_Objc("source.decl.attribute.objc");
|
||||
static UIdent Attr_ObjcNamed("source.decl.attribute.objc.name");
|
||||
|
||||
Reference in New Issue
Block a user