Files
Allan Shortlidge abac42b759 Serialization: Encode custom availability domains.
When serializing `@available` attributes, if the attribute applies to a custom
domain include enough information to deserialize the reference to that domain.

Resolves rdar://138441265.
2025-04-08 08:53:42 -07:00

15 lines
145 B
Plaintext

module Oceans {
header "Oceans.h"
export *
}
module Rivers {
header "Rivers.h"
export *
}
module Seas {
header "Seas.h"
export *
}