swift
Fix lookup into macros that can introduce members into types and extensions
#64840
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
6
Changes
View On
GitHub
Commits
[Macros] Ensure that we can find peer macros for members of extensions.
DougGregor
committed
2 years ago
Allow expansion of member macros on extensions and make those names visible.
DougGregor
committed
2 years ago
[Macros] Only expand member macros that can affect qualified name lookup.
DougGregor
committed
2 years ago
[Macros] Make sure to avoid full macro resolution in name lookup.
DougGregor
committed
2 years ago
Expand member and peer macros for extensions for "visible name lookup"
DougGregor
committed
2 years ago
[Name lookup] Match macro introduced names based on their base names.
DougGregor
committed
2 years ago
Loading