swift
b493b56e
- Sema: Remove `OpaqueUnderlyingTypeChecker::AvailabilityContext`.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
122 days ago
Sema: Remove `OpaqueUnderlyingTypeChecker::AvailabilityContext`. `AvailabilityContext` is now a fundamental type used throughout the compiler, so it's confusing for `OpaqueUnderlyingTypeChecker` to repurpose this name to represent an `IfStmt`. NFC.
References
#82671 - SILGen: Fix `if #unavailable` mis-compile for zippered libraries
Author
tshortli
Committer
tshortli
Parents
7e7b4566
Loading