Merge pull request #69938 from nate-chandler/rdar96919870/1/bitwise-copyable-protocol

[BitwiseCopyable] Add a marker protocol.
This commit is contained in:
nate-chandler
2023-12-01 06:57:11 -08:00
committed by GitHub
7 changed files with 21 additions and 0 deletions

View File

@@ -269,6 +269,9 @@ EXPERIMENTAL_FEATURE(StaticExclusiveOnly, true)
/// Enable the @extractConstantsFromMembers attribute.
EXPERIMENTAL_FEATURE(ExtractConstantsFromMembers, false)
/// Enable bitwise-copyable feature.
EXPERIMENTAL_FEATURE(BitwiseCopyable, true)
#undef EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE
#undef EXPERIMENTAL_FEATURE
#undef UPCOMING_FEATURE