Skip to content

[clang] Fix designated initializers inside templates (#69712) #7747

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
Nov 7, 2023

Conversation

ahatanaka
Copy link

Skip anonymous members when rebuilding DesignatedInitExpr since designated inits for them are meant to be created during InitListChecker::CheckDesignatedInitializer routine.

Fixes llvm#65143

Skip anonymous members when rebuilding `DesignatedInitExpr` since
designated inits for them are meant to be created during
`InitListChecker::CheckDesignatedInitializer` routine.

Fixes llvm#65143
@ahatanaka
Copy link
Author

@swift-ci please test

1 similar comment
@ahatanaka
Copy link
Author

@swift-ci please test

@ahatanaka
Copy link
Author

@swift-ci please test Windows

1 similar comment
@ahatanaka
Copy link
Author

@swift-ci please test Windows

@ahatanaka ahatanaka merged commit 0acbc53 into stable/20230725 Nov 7, 2023
@ahatanaka ahatanaka deleted the designated-initializer-anonymous-union branch November 7, 2023 19:23
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.

2 participants