swift
85f2a1a2
- [Macros] Factor calls to ResolveMacroRequest into Decl::getResolvedMacro.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
[Macros] Factor calls to ResolveMacroRequest into Decl::getResolvedMacro. This prevents call-sites from making the mistake of passing an incorrect DeclContext to the request, which can cause re-typechecking issues.
References
#63703 - [Macros] Don't invoke `ResolveMacroRequest` for the same custom attribute with different `DeclContext`s.
Author
hborla
Committer
hborla
Parents
f1953f31
Loading