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:
Erik Eckstein
2025-06-24 15:07:17 +02:00
parent cca0bf6c62
commit 0dbc63a00b
3 changed files with 10 additions and 0 deletions

View File

@@ -691,6 +691,7 @@ static bool usesFeatureDefaultIsolationPerFile(Decl *D) {
UNINTERESTING_FEATURE(BuiltinSelect)
UNINTERESTING_FEATURE(BuiltinInterleave)
UNINTERESTING_FEATURE(BuiltinVectorsExternC)
UNINTERESTING_FEATURE(AddressOfProperty)
// ----------------------------------------------------------------------------
// MARK: - FeatureSet