Skip to content

[Index] Include generic macro arguments #66944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

bnbarham
Copy link
Contributor

ASTWalker was missing a walk into the generic arguments for freestanding declarations and expressions. SemaAnnotator was missing the walk into the TypeRepr when walking over custom attributes.

Resolves rdar://110856428.

@bnbarham
Copy link
Contributor Author

@swift-ci please test

@bnbarham bnbarham force-pushed the index-macro-generics branch 2 times, most recently from 68501c7 to de0eccb Compare June 27, 2023 21:44
`ASTWalker` was missing a walk into the generic arguments for
freestanding declarations and expressions. `SemaAnnotator` was missing
the walk into the `TypeRepr` when walking over custom attributes.

Resolves rdar://110856428.
@bnbarham bnbarham force-pushed the index-macro-generics branch from de0eccb to 9bc26cb Compare June 27, 2023 23:34
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@bnbarham bnbarham merged commit 12ebe0a into swiftlang:main Jun 28, 2023
@bnbarham bnbarham deleted the index-macro-generics branch June 28, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants