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

[AST] Handle AtomicType in, rework and simplify ASTContext::getNonProvenanceCarryingType #712

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

jrtc27
Copy link
Member

@jrtc27 jrtc27 commented Aug 18, 2023

This now preserves typedefs where possible, and the generalisation allows us to remove the special enum case from its caller.

Fixes #656

@jrtc27
Copy link
Member Author

jrtc27 commented Aug 18, 2023

Cc @eupharina

@jrtc27 jrtc27 force-pushed the atomic-intcap-no-provenance branch from b98574d to a92e9ba Compare August 19, 2023 00:28
@jrtc27 jrtc27 changed the title [AST] Handle AtomicType in ASTContext::getNonProvenanceCarryingType [AST] Handle AtomicType in, rework and simplify ASTContext::getNonProvenanceCarryingType Aug 19, 2023
@eupharina
Copy link

With these changes mimalloc build completed successfully.

This now preserves typedefs where possible, and the generalisation
allows us to remove the special enum case from its caller.
@jrtc27 jrtc27 force-pushed the atomic-intcap-no-provenance branch from a92e9ba to 5d2460c Compare June 7, 2024 19:19
@jrtc27 jrtc27 merged commit 2ecf22e into dev Jun 7, 2024
5 of 6 checks passed
@jrtc27 jrtc27 deleted the atomic-intcap-no-provenance branch June 7, 2024 20:24
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.

3 participants