mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Guard InlineArray addressors with feature flag
To be able to parse a recent Swift.swiftinterface file with a 6.2 compiler. This is a follow-up fix for https://github.com/swiftlang/swift/pull/81441 rdar://154118968
This commit is contained in:
@@ -691,6 +691,7 @@ static bool usesFeatureDefaultIsolationPerFile(Decl *D) {
|
||||
UNINTERESTING_FEATURE(BuiltinSelect)
|
||||
UNINTERESTING_FEATURE(BuiltinInterleave)
|
||||
UNINTERESTING_FEATURE(BuiltinVectorsExternC)
|
||||
UNINTERESTING_FEATURE(AddressOfProperty)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// MARK: - FeatureSet
|
||||
|
||||
Reference in New Issue
Block a user