mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] NFC: Convert InheritedEntry flags to bitfields
This commit is contained in:
@@ -507,7 +507,7 @@ class InheritedProtocolCollector {
|
||||
else
|
||||
ExtraProtocols.push_back(ProtocolAndAvailability(
|
||||
protoDecl, getAvailabilityAttrs(D, availableAttrs),
|
||||
inherited.isUnchecked, getOriginallyDefinedInAttrList(D)));
|
||||
inherited.isUnchecked(), getOriginallyDefinedInAttrList(D)));
|
||||
}
|
||||
// FIXME: This ignores layout constraints, but currently we don't support
|
||||
// any of those besides 'AnyObject'.
|
||||
|
||||
Reference in New Issue
Block a user