mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: add feature flag "FixedArrays"
This commit is contained in:
@@ -273,6 +273,9 @@ EXPERIMENTAL_FEATURE(ExtractConstantsFromMembers, false)
|
||||
/// Enable bitwise-copyable feature.
|
||||
EXPERIMENTAL_FEATURE(BitwiseCopyable, true)
|
||||
|
||||
/// Enables the FixedArray data type.
|
||||
EXPERIMENTAL_FEATURE(FixedArrays, false)
|
||||
|
||||
#undef EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE
|
||||
#undef EXPERIMENTAL_FEATURE
|
||||
#undef UPCOMING_FEATURE
|
||||
|
||||
Reference in New Issue
Block a user