AST: Introduce the SwiftLanguageMode availability domain spelling.

Require `-enable-experimental-feature SwiftRuntimeAvailability` to use this new
spelling.
This commit is contained in:
Allan Shortlidge
2025-10-07 09:50:39 -07:00
parent 4e9a883824
commit 2d8465b043
8 changed files with 69 additions and 17 deletions

View File

@@ -771,7 +771,7 @@ using GenericParamKindField = BCFixed<2>;
// the module version.
enum class AvailabilityDomainKind : uint8_t {
Universal = 0,
SwiftLanguage,
SwiftLanguageMode,
PackageDescription,
Embedded,
Platform,