Skip to content

[lldb][DWARFASTParserClang] Don't complete conflicting Objective-C++ types #10313

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
Mar 21, 2025

Conversation

Michael137
Copy link

This patch is a temporary alternative to llvm#130768

If we detect a situation where a forward declaration is C++ and the definition DIE is Objective-C, then just don't try to complete the type (it would crash otherwise). In the long term we might want to add support for completing such types

rdar://145959981

@Michael137
Copy link
Author

@swift-ci test

…types

This patch is a temporary alternative to llvm#130768

If we detect a situation where a forward declaration is C++ and the definition DIE is Objective-C, then just don't try to complete the type (it would crash otherwise). In the long term we might want to add support for completing such types

rdar://145959981
@Michael137 Michael137 force-pushed the lldb/mixed-objcxx-decls-to-20240723 branch from 4881efd to cfc8aab Compare March 21, 2025 15:45
@Michael137
Copy link
Author

@swift-ci test

@Michael137 Michael137 merged commit 16753ee into stable/20240723 Mar 21, 2025
2 of 3 checks passed
@Michael137 Michael137 deleted the lldb/mixed-objcxx-decls-to-20240723 branch March 21, 2025 23:39
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