mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
Plumb the information about the owning module and supplemental signature modules through to the Macro data structure, for both built-in and plugin macros. We're resolving the given module names into module declarations, but otherwise performing no checking and not emitting any diagnostics. This information is not yet used.