mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When solving for code completion, we weren't disabling overloads because the call might be malfored in the presence of a code completion token (because the user is only now writing the function call). But this logic doesn't apply to function calls that don't even involve the code completion token, which happens if completing in result builders. I am hoping that this significantly improves code completion performance inside result builders.
516 KiB
516 KiB