mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
f2e57d8c76
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.