Commit Graph

2 Commits

Author SHA1 Message Date
Alex Hoppen
fcc5d98f1c [CursorInfo] Deliver results from solver-based cursor info
Running the SourceKit stress tester with verification of solver-based cursor info returned quite a few differences but in all of them, the old AST-based implementation was actually incorrect. So, instead of verifying  the results, deliver the results from solver-baesd cursor info and only fall back to AST-based cursor info if the solver-based implementation returned no results.

rdar://103369449
2023-02-07 14:53:54 +01:00
Alex Hoppen
9dfeb0a560 [CursorInfo] Fix a bug that caused incorrect discriminators to be assigned to values in completion-like cursor info 2023-02-04 08:51:41 +01:00