@@ -136,7 +136,7 @@ BASELINE_LANGUAGE_FEATURE(EffectfulProp, 310, "Effectful properties")
136
136
BASELINE_LANGUAGE_FEATURE(MarkerProtocol, 0 , " @_marker protocol" )
137
137
BASELINE_LANGUAGE_FEATURE(Actors, 0 , " actors" )
138
138
BASELINE_LANGUAGE_FEATURE(ConcurrentFunctions, 0 , " @concurrent functions" )
139
- LANGUAGE_FEATURE (RethrowsProtocol, 0 , " @rethrows protocol" )
139
+ BASELINE_LANGUAGE_FEATURE (RethrowsProtocol, 0 , " @rethrows protocol" )
140
140
BASELINE_LANGUAGE_FEATURE(GlobalActors, 316 , " Global actors" )
141
141
BASELINE_LANGUAGE_FEATURE(BuiltinJob, 0 , " Builtin.Job type" )
142
142
BASELINE_LANGUAGE_FEATURE(Sendable, 0 , " Sendable and @Sendable" )
@@ -157,49 +157,49 @@ BASELINE_LANGUAGE_FEATURE(BuiltinCreateAsyncDiscardingTaskInGroup, 0, "Task crea
157
157
BASELINE_LANGUAGE_FEATURE(BuiltinCreateAsyncTaskWithExecutor, 0 , " Task create builtin with extra executor preference" )
158
158
BASELINE_LANGUAGE_FEATURE(BuiltinCreateAsyncDiscardingTaskInGroupWithExecutor, 0 , " Task create in discarding task group with extra executor preference" )
159
159
BASELINE_LANGUAGE_FEATURE(BuiltinStackAlloc, 0 , " Builtin.stackAlloc" )
160
- LANGUAGE_FEATURE (BuiltinUnprotectedStackAlloc, 0 , " Builtin.unprotectedStackAlloc" )
161
- LANGUAGE_FEATURE (BuiltinAllocVector, 0 , " Builtin.allocVector" )
160
+ BASELINE_LANGUAGE_FEATURE (BuiltinUnprotectedStackAlloc, 0 , " Builtin.unprotectedStackAlloc" )
161
+ BASELINE_LANGUAGE_FEATURE (BuiltinAllocVector, 0 , " Builtin.allocVector" )
162
162
BASELINE_LANGUAGE_FEATURE(BuiltinTaskRunInline, 0 , " Builtin.taskRunInline" )
163
163
BASELINE_LANGUAGE_FEATURE(BuiltinUnprotectedAddressOf, 0 , " Builtin.unprotectedAddressOf" )
164
- LANGUAGE_FEATURE (NewCxxMethodSafetyHeuristics, 0 , " Only import C++ methods that return pointers (projections) on owned types as unsafe" )
164
+ BASELINE_LANGUAGE_FEATURE (NewCxxMethodSafetyHeuristics, 0 , " Only import C++ methods that return pointers (projections) on owned types as unsafe" )
165
165
SUPPRESSIBLE_LANGUAGE_FEATURE(SpecializeAttributeWithAvailability, 0 , " @_specialize attribute with availability" )
166
166
BASELINE_LANGUAGE_FEATURE(BuiltinAssumeAlignment, 0 , " Builtin.assumeAlignment" )
167
167
BASELINE_LANGUAGE_FEATURE(BuiltinCreateTaskGroupWithFlags, 0 , " Builtin.createTaskGroupWithFlags" )
168
168
BASELINE_LANGUAGE_FEATURE(UnsafeInheritExecutor, 0 , " @_unsafeInheritExecutor" )
169
- SUPPRESSIBLE_LANGUAGE_FEATURE (PrimaryAssociatedTypes2, 346 , " Primary associated types" )
169
+ BASELINE_LANGUAGE_FEATURE (PrimaryAssociatedTypes2, 346 , " Primary associated types" )
170
170
BASELINE_LANGUAGE_FEATURE(UnavailableFromAsync, 0 , " @_unavailableFromAsync" )
171
171
BASELINE_LANGUAGE_FEATURE(NoAsyncAvailability, 340 , " @available(*, noasync)" )
172
- SUPPRESSIBLE_LANGUAGE_FEATURE (AssociatedTypeAvailability, 0 , " Availability on associated types" )
173
- SUPPRESSIBLE_LANGUAGE_FEATURE (AsyncSequenceFailure, 0 , " Failure associated type on AsyncSequence and AsyncIteratorProtocol" )
172
+ BASELINE_LANGUAGE_FEATURE (AssociatedTypeAvailability, 0 , " Availability on associated types" )
173
+ BASELINE_LANGUAGE_FEATURE (AsyncSequenceFailure, 0 , " Failure associated type on AsyncSequence and AsyncIteratorProtocol" )
174
174
BASELINE_LANGUAGE_FEATURE(BuiltinIntLiteralAccessors, 368 , " Builtin.IntLiteral accessors" )
175
- LANGUAGE_FEATURE (Macros, 0 , " Macros" )
176
- LANGUAGE_FEATURE (FreestandingExpressionMacros, 382 , " Expression macros" )
177
- LANGUAGE_FEATURE (AttachedMacros, 389 , " Attached macros" )
178
- LANGUAGE_FEATURE (ExtensionMacros, 402 , " Extension macros" )
179
- LANGUAGE_FEATURE (MoveOnly, 390 , " noncopyable types" )
180
- LANGUAGE_FEATURE (MoveOnlyResilientTypes, 390 , " non-@frozen noncopyable types with library evolution" )
181
- LANGUAGE_FEATURE (ParameterPacks, 393 , " Value and type parameter packs" )
182
- SUPPRESSIBLE_LANGUAGE_FEATURE (LexicalLifetimes, 0 , " @_eagerMove/@_noEagerMove/@_lexicalLifetimes annotations" )
183
- LANGUAGE_FEATURE (FreestandingMacros, 397 , " freestanding declaration macros" )
184
- SUPPRESSIBLE_LANGUAGE_FEATURE (RetroactiveAttribute, 364 , " @retroactive" )
185
- SUPPRESSIBLE_LANGUAGE_FEATURE (ExtensionMacroAttr, 0 , " @attached(extension)" )
186
- LANGUAGE_FEATURE (TypedThrows, 413 , " Typed throws" )
187
- CONDITIONALLY_SUPPRESSIBLE_LANGUAGE_FEATURE (OptionalIsolatedParameters, 420 , " Optional isolated parameters" )
188
- SUPPRESSIBLE_LANGUAGE_FEATURE (Extern, 0 , " @_extern" )
189
- LANGUAGE_FEATURE (ExpressionMacroDefaultArguments, 422 , " Expression macro as caller-side default argument" )
190
- LANGUAGE_FEATURE (BuiltinStoreRaw, 0 , " Builtin.storeRaw" )
175
+ BASELINE_LANGUAGE_FEATURE (Macros, 0 , " Macros" )
176
+ BASELINE_LANGUAGE_FEATURE (FreestandingExpressionMacros, 382 , " Expression macros" )
177
+ BASELINE_LANGUAGE_FEATURE (AttachedMacros, 389 , " Attached macros" )
178
+ BASELINE_LANGUAGE_FEATURE (ExtensionMacros, 402 , " Extension macros" )
179
+ BASELINE_LANGUAGE_FEATURE (MoveOnly, 390 , " noncopyable types" )
180
+ BASELINE_LANGUAGE_FEATURE (MoveOnlyResilientTypes, 390 , " non-@frozen noncopyable types with library evolution" )
181
+ BASELINE_LANGUAGE_FEATURE (ParameterPacks, 393 , " Value and type parameter packs" )
182
+ BASELINE_LANGUAGE_FEATURE (LexicalLifetimes, 0 , " @_eagerMove/@_noEagerMove/@_lexicalLifetimes annotations" )
183
+ BASELINE_LANGUAGE_FEATURE (FreestandingMacros, 397 , " freestanding declaration macros" )
184
+ BASELINE_LANGUAGE_FEATURE (RetroactiveAttribute, 364 , " @retroactive" )
185
+ BASELINE_LANGUAGE_FEATURE (ExtensionMacroAttr, 0 , " @attached(extension)" )
186
+ BASELINE_LANGUAGE_FEATURE (TypedThrows, 413 , " Typed throws" )
187
+ BASELINE_LANGUAGE_FEATURE (OptionalIsolatedParameters, 420 , " Optional isolated parameters" )
188
+ BASELINE_LANGUAGE_FEATURE (Extern, 0 , " @_extern" )
189
+ BASELINE_LANGUAGE_FEATURE (ExpressionMacroDefaultArguments, 422 , " Expression macro as caller-side default argument" )
190
+ BASELINE_LANGUAGE_FEATURE (BuiltinStoreRaw, 0 , " Builtin.storeRaw" )
191
191
BASELINE_LANGUAGE_FEATURE(BuiltinCreateTask, 0 , " Builtin.createTask and Builtin.createDiscardingTask" )
192
- SUPPRESSIBLE_LANGUAGE_FEATURE (AssociatedTypeImplements, 0 , " @_implements on associated types" )
193
- LANGUAGE_FEATURE (BuiltinAddressOfRawLayout, 0 , " Builtin.addressOfRawLayout" )
194
- LANGUAGE_FEATURE (MoveOnlyPartialConsumption, 429 , " Partial consumption of noncopyable values" )
195
- LANGUAGE_FEATURE (BitwiseCopyable, 426 , " BitwiseCopyable protocol" )
192
+ BASELINE_LANGUAGE_FEATURE (AssociatedTypeImplements, 0 , " @_implements on associated types" )
193
+ BASELINE_LANGUAGE_FEATURE (BuiltinAddressOfRawLayout, 0 , " Builtin.addressOfRawLayout" )
194
+ BASELINE_LANGUAGE_FEATURE (MoveOnlyPartialConsumption, 429 , " Partial consumption of noncopyable values" )
195
+ BASELINE_LANGUAGE_FEATURE (BitwiseCopyable, 426 , " BitwiseCopyable protocol" )
196
196
BASELINE_LANGUAGE_FEATURE(NoncopyableGenerics, 427 , " Noncopyable generics" )
197
197
BASELINE_LANGUAGE_FEATURE(NoncopyableGenerics2, 427 , " Noncopyable generics alias" )
198
- SUPPRESSIBLE_LANGUAGE_FEATURE (ConformanceSuppression, 426 , " Suppressible inferred conformances" )
198
+ BASELINE_LANGUAGE_FEATURE (ConformanceSuppression, 426 , " Suppressible inferred conformances" )
199
199
SUPPRESSIBLE_LANGUAGE_FEATURE(BitwiseCopyable2, 426 , " BitwiseCopyable feature" )
200
- LANGUAGE_FEATURE (BodyMacros, 415 , " Function body macros" )
200
+ BASELINE_LANGUAGE_FEATURE (BodyMacros, 415 , " Function body macros" )
201
201
SUPPRESSIBLE_LANGUAGE_FEATURE(SendingArgsAndResults, 430 , " Sending arg and results" )
202
- LANGUAGE_FEATURE (BorrowingSwitch, 432 , " Noncopyable type pattern matching" )
202
+ BASELINE_LANGUAGE_FEATURE (BorrowingSwitch, 432 , " Noncopyable type pattern matching" )
203
203
CONDITIONALLY_SUPPRESSIBLE_LANGUAGE_FEATURE(IsolatedAny, 431 , " @isolated(any) function types" )
204
204
LANGUAGE_FEATURE(IsolatedAny2, 431 , " @isolated(any) function types" )
205
205
LANGUAGE_FEATURE(ObjCImplementation, 436 , " @objc @implementation extensions" )
0 commit comments