Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2022-08-01 14:33:45 -07:00
6 changed files with 13 additions and 12 deletions

View File

@@ -170,9 +170,9 @@ namespace swift {
/// Only check the availability of the API, ignore function bodies.
bool CheckAPIAvailabilityOnly = false;
/// Causes the compiler to treat declarations available at the current
/// runtime OS version as potentially unavailable.
bool EnableAdHocAvailability = false;
/// Causes the compiler to use weak linkage for symbols belonging to
/// declarations introduced at the deployment target.
bool WeakLinkAtTarget = false;
/// Should conformance availability violations be diagnosed as errors?
bool EnableConformanceAvailabilityErrors = false;