Files
swift-mirror/lib/Sema/ConstraintSystem.cpp
Pavel Yaskevich c99c9b95d0 [ConstraintSystem] Switch availability check to use correct API
Use `TypeChecker::checkDeclarationAvailability` instead of `isDeclAvailable`,
that is a proper API endpoint which does flag checking before calling
`isDeclAvailable` internally.
2020-03-27 00:43:09 -07:00

161 KiB