mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SE-0397] Enable freestanding declaration macros by default.
This proposal has been accepted. Move the feature flag from "experimental" to "always enabled". Tracked by rdar://108637367.
This commit is contained in:
@@ -107,6 +107,7 @@ LANGUAGE_FEATURE(AttachedMacros, 389, "Attached macros", hasSwiftSwiftParser)
|
||||
LANGUAGE_FEATURE(MoveOnly, 390, "noncopyable types", true)
|
||||
LANGUAGE_FEATURE(ParameterPacks, 393, "Value and type parameter packs", true)
|
||||
SUPPRESSIBLE_LANGUAGE_FEATURE(LexicalLifetimes, 0, "@_eagerMove/@_noEagerMove/@_lexicalLifetimes annotations", true)
|
||||
LANGUAGE_FEATURE(FreestandingMacros, 397, "freestanding declaration macros", true)
|
||||
|
||||
UPCOMING_FEATURE(ConciseMagicFile, 274, 6)
|
||||
UPCOMING_FEATURE(ForwardTrailingClosures, 286, 6)
|
||||
@@ -118,7 +119,6 @@ EXPERIMENTAL_FEATURE(StaticAssert, false)
|
||||
EXPERIMENTAL_FEATURE(VariadicGenerics, false)
|
||||
EXPERIMENTAL_FEATURE(NamedOpaqueTypes, false)
|
||||
EXPERIMENTAL_FEATURE(FlowSensitiveConcurrencyCaptures, false)
|
||||
EXPERIMENTAL_FEATURE(FreestandingMacros, true)
|
||||
EXPERIMENTAL_FEATURE(CodeItemMacros, true)
|
||||
EXPERIMENTAL_FEATURE(TupleConformances, false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user