Skip to content

Conversation

@charles-zablit
Copy link

In llvm/llvm-project, this PR changed the return type of GetIndexOfChildWithName.

This PR reflects those changes in the Swift plugin for LLDB.

Choose a reason for hiding this comment

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

idx < UINT32_MAX is now redundant, right?

Copy link
Author

Choose a reason for hiding this comment

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

You are right, I assumed that the value could go higher but it's a uint32 not an uint.

Choose a reason for hiding this comment

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

same idea here

Copy link

@felipepiovezan felipepiovezan left a comment

Choose a reason for hiding this comment

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

LGTM! Just make sure to squash the "review commits" before merging

@charles-zablit charles-zablit force-pushed the charles-zablit/fix-merge-136693 branch 2 times, most recently from bf75a76 to e12f551 Compare May 1, 2025 15:17
@charles-zablit charles-zablit force-pushed the charles-zablit/fix-merge-136693 branch from e12f551 to 105d084 Compare May 1, 2025 15:19
@felipepiovezan felipepiovezan merged commit 4589caf into swiftlang:next May 1, 2025
AnthonyLatsis added a commit to AnthonyLatsis/llvm-project that referenced this pull request Jul 7, 2025
I assume the error fell out of
swiftlang#10593, which apparently
was not built/tested.
AnthonyLatsis added a commit that referenced this pull request Jul 15, 2025
I assume the error fell out of
#10593, which apparently
was not built/tested.

(cherry picked from commit 58d795c)
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