Commit Graph

3 Commits

Author SHA1 Message Date
Jim M. R. Teichgräber
f2e57d8c76 [SourceKit] Add optional declarations array to interface gen request (#75802)
Introduces the new DeclarationsArrayBuilder and adds it to the
EditorConsumer. Declaration info always includes a kind, offset, and
length, and includes a USR where applicable.
As the USR is already available for editor.open.interface type requests,
this doesn't compute any new information, it just exposes more of what's
there already.
2024-08-30 18:04:12 -07:00
Hamish Knight
3fbad90a73 [test] Disable syntax map for NullEditorConsumer
This doesn't seem to be required by any of the
tests using it.
2024-04-30 12:00:27 +01:00
Hamish Knight
3ec4288bf5 [test] NFC: Extract out NullEditorConsumer 2024-04-30 12:00:27 +01:00