Skip to content

[lldb][swift][nfc] Add new overload for AreFuncletsOfSameAsyncFunction #10246

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

Conversation

felipepiovezan
Copy link

This takes demangling Nodes instead of strings, to allow libraries to more efficiently re-use demangling nodes.

This takes demangling Nodes instead of strings, to allow libraries to
more efficiently re-use demangling nodes.
@felipepiovezan felipepiovezan requested a review from a team as a code owner March 13, 2025 14:36
@felipepiovezan
Copy link
Author

@swift-ci test

static FuncletComparisonResult
AreFuncletsOfSameAsyncFunction(swift::Demangle::NodePointer node1,
swift::Demangle::NodePointer node2);

Choose a reason for hiding this comment

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

This may also fit in TypeSystem/Swift/SwiftDemangle.h

Copy link
Author

Choose a reason for hiding this comment

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

I'll need to look at all of these Are<something>Async<something> functions and figure out where they should go

@felipepiovezan
Copy link
Author

Windows failures are swiftlang/swift-build#300

@felipepiovezan felipepiovezan merged commit 638f45c into swiftlang:stable/20240723 Mar 13, 2025
2 of 3 checks passed
@felipepiovezan felipepiovezan deleted the felipe/new_overload branch March 13, 2025 18:57
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