-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Backport "Fix analyzer crash on 'StructuralValue'" #79992
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:static analyzer
release:backport
Milestone
Comments
steakhal
added
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:static analyzer
release:backport
labels
Jan 30, 2024
@llvm/issue-subscribers-clang-frontend Author: Balazs Benics (steakhal)
This patch fixes 2 crashes (null-pointer dereferences), that are now hit after #78041.
Those crashes are tracked in issue #79575, and fix was already committed to llvm/main as ef67f63.
|
@llvm/issue-subscribers-clang-static-analyzer Author: Balazs Benics (steakhal)
This patch fixes 2 crashes (null-pointer dereferences), that are now hit after #78041.
Those crashes are tracked in issue #79575, and fix was already committed to llvm/main as ef67f63.
|
/cherry-pick ef67f63 |
/pull-request #79997 |
Thank you! |
The fix was merged to release/18.x as 0eb163c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:static analyzer
release:backport
This patch fixes 2 crashes (null-pointer dereferences), that are now hit after #78041.
Those crashes are tracked in issue #79575, and fix was already committed to llvm/main as ef67f63.
The text was updated successfully, but these errors were encountered: