Skip to content

[lldb] Fix desugaring of dicts on TypeSystemSwiftTypeRef #3592

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

Conversation

augusto2112
Copy link

No description provided.

@augusto2112
Copy link
Author

@swift-ci test


assert(node->getNumChildren() >= 1 && node->getNumChildren() <= 2 &&
"Sugared types should only have 1 or 2 children");
for (size_t i = 0; i < node->getNumChildren(); ++i) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for (NodePointer child : *node) {
type->addChild(child, dem)
...

@augusto2112 augusto2112 force-pushed the tsstyperef-fix-desugar-dict branch from 6839da2 to 1f2c20f Compare December 1, 2021 13:05
@augusto2112
Copy link
Author

@swift-ci test

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