mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Solver based results are fast within a function, where the `ASTContext` can be re-used. But it is significantly slower than the AST based results when outside of a function. Instead of using solver based as the primary results, only use them as a fallback for when AST based fails. Resolves rdar://108930110.
1.4 KiB
1.4 KiB