Skip to content

[lldb][Type Completion] Fix various redecl-completion issues that stem from the UseRedeclCompletion setting split #8659

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

Michael137
Copy link

@Michael137 Michael137 commented Apr 30, 2024

Debugging larger programs with the redecl-completion setting enabled was causing various crashes. This patch series resolves these. All of them were caused by either missed cherry-picks or incorrect UseRedeclCompletion guards.

Follow-ups from #8222

@Michael137
Copy link
Author

@swift-ci test

@Michael137
Copy link
Author

@swift-ci test

Copy link

@adrian-prantl adrian-prantl left a comment

Choose a reason for hiding this comment

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

Does this unXFAIL any test configurations?

@Michael137 Michael137 merged commit 19541c1 into swiftlang:stable/20230725 May 1, 2024
@Michael137 Michael137 deleted the bugfix/lldb/type-completion/crash-fixes branch May 1, 2024 06:12
Michael137 added a commit to Michael137/llvm-project that referenced this pull request May 3, 2024
Michael137 added a commit to Michael137/llvm-project that referenced this pull request May 3, 2024
We started hitting it after the fixes in swiftlang#8659.
The assert can safely be disabled, so this patch does so to
unblock CI.
Michael137 added a commit to Michael137/llvm-project that referenced this pull request May 3, 2024
Michael137 added a commit to Michael137/llvm-project that referenced this pull request May 3, 2024
We started hitting it after the fixes in swiftlang#8659.
The assert can safely be disabled, so this patch does so to
unblock CI.
Michael137 added a commit to Michael137/llvm-project that referenced this pull request May 3, 2024
Michael137 added a commit to Michael137/llvm-project that referenced this pull request May 3, 2024
We started hitting it after the fixes in swiftlang#8659.
The assert can safely be disabled, so this patch does so to
unblock CI.
Michael137 added a commit to Michael137/llvm-project that referenced this pull request May 6, 2024
…nt redecl-completion fixes

These were fixed in swiftlang#8659.

(cherry picked from commit 582bd6d)
Michael137 added a commit to Michael137/llvm-project that referenced this pull request May 6, 2024
We started hitting it after the fixes in swiftlang#8659.
The assert can safely be disabled, so this patch does so to
unblock CI.

(cherry picked from commit 41754cd)
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