mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Use the declaration-based name lookup facilities to re-implement ProtocolDecl::getInheritedProtocols(), rather than dynamically selecting between the requirement signature and the inherited types. This reduces dependencies for this computation down to basic name lookup (no semantic analysis) and gives us a stable result.
829 B
829 B