Commit Graph

5 Commits

Author SHA1 Message Date
Ben Barham
d206e1baa1 [Test] Re-enable and cleanup some cursor info tests
Re-enable `static_vs_class_spelling.swift` - it was just missing the
`-target` in the `sourcekitd-test` lines.

While here, cleanup all the cursor info tests that used `split_file` to
use `split-file` instead.

Resolves rdar://105287822.
2023-02-10 19:33:15 -08:00
Alex Hoppen
c47a322b9a [SourceKit] Retrieve swiftsourcedocinfo for code completion request
We need swiftsourcedocinfo for cursor info and to be able to reuse the ASTContext from code completion for cursor info, we need to also retrieve the sourcedocinfo for code completion requests.
2022-12-16 11:22:43 +01:00
Alex Hoppen
39f8fa5c1c [SourceKit] Pass target-triple in new SourceKit test
Fixes rdar://103268363
2022-12-13 12:56:25 +01:00
Ben Barham
acc462108b [Test] Temporarily disable failing test to unblock CI (#62536)
Tracking re-enabling in rdar://103268363.
2022-12-12 13:57:03 -08:00
Alex Hoppen
e777d37e20 [SourceKit] Don't ignore swiftsourceinfo for solver-based cursor info
Cursor infor needs source info for referenced decls.
2022-12-08 14:39:15 +01:00