mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Conditionally enable behaviors by a frontend flag.
Since the feature is incomplete and yet to be accepted or implemented as proposed, hide it behind an -enable-experimental-property-behaviors frontend flag.
This commit is contained in:
@@ -137,6 +137,9 @@ namespace swift {
|
||||
/// \brief Enable experimental "switch" pattern-matching features.
|
||||
bool EnableExperimentalPatterns = false;
|
||||
|
||||
/// \brief Enable experimental property behavior feature.
|
||||
bool EnableExperimentalPropertyBehaviors = false;
|
||||
|
||||
/// Should we check the target OSs of serialized modules to see that they're
|
||||
/// new enough?
|
||||
bool EnableTargetOSChecking = true;
|
||||
|
||||
Reference in New Issue
Block a user