Skip to content
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

[lldb][swift] Properly detect async functions with ImplicitClosure demangle nodes #10272

Merged

Conversation

felipepiovezan
Copy link

Please review each commit on its own.

rdar://147035260

This commit adds the code that generated the mangled names in this test,
and rewrites copy/paste as loops. It also changes how "Node paths"
are checked so that more paths may be added.
…nclets

These should be peeled off just like ExplicitClosures when considering
async functions. There is another location where they must be handled,
but its test case is encountering another bug in the demangler, so these
will be addressed in a separate commit
These are another variant of "FunctionType".
Implicit closures may be the parent of a closure in the demangling tree,
so they must be considered inside `AreFuncletsOfSameAsyncClosure`.
@felipepiovezan felipepiovezan requested a review from a team as a code owner March 17, 2025 11:26
@felipepiovezan
Copy link
Author

@swift-ci test

@felipepiovezan
Copy link
Author

@swift-ci test macOS platform

@felipepiovezan felipepiovezan merged commit 4772ab8 into swiftlang:stable/20240723 Mar 17, 2025
3 checks passed
@felipepiovezan felipepiovezan deleted the felipe/demangler_fixes branch March 17, 2025 22:58
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