mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rather than call through the LazyResolver (when available) to satisfy queries that may require type checking, call into the evaluator directly: it will make use of the type checker (via the lazy resolver) when necessary. This change should allow us to use the request-evaluator’s cache for state rather than mutable AST state, as well as the ability to see requests that were evaluated after type checking.
2.3 KiB
2.3 KiB