mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
- Use the name lookup table instead of adding members from a macro expansion to the parent decl context. - Require declaration macros to specify introduced names and used the declared names to guide macro expansions lazily.