mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update master to build with Xcode 11 beta, macOS 10.15, iOS 13, tvOS 13, and watchOS 6 SDKs
This commit is contained in:
@@ -665,6 +665,10 @@ Optional<UIdent> SwiftLangSupport::getUIDForDeclAttribute(const swift::DeclAttri
|
||||
case DAK_IBAction: {
|
||||
return Attr_IBAction;
|
||||
}
|
||||
case DAK_IBSegueAction: {
|
||||
static UIdent Attr_IBSegueAction("source.decl.attribute.ibsegueaction");
|
||||
return Attr_IBSegueAction;
|
||||
}
|
||||
case DAK_IBOutlet: {
|
||||
return Attr_IBOutlet;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user