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

codegen: Emit reinterpret_cast for infallible casts to raw pointers #1493

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

cg-jl
Copy link
Contributor

@cg-jl cg-jl commented Oct 13, 2023

Infallible casts to raw pointers now use a reinterpret_cast. There's nothing
to verify, since dereferencing raw pointers is only allowed inside unsafe
blocks.

@alimpfard alimpfard merged commit 3bc5922 into SerenityOS:main Oct 18, 2023
6 checks passed
@cg-jl cg-jl deleted the as-proper-raw-casts branch November 20, 2023 21:15
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