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

[C] Add C11 _Atomic type qualifier and specifier #4080

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

braewoods
Copy link
Contributor

This was originally added in C11. It is an optional feature but is often available due to being related to threads. It can be as a type qualifier like const or as a type specifier like typeof. It is implemented under both syntax rules to reflect this.

This was originally added in C11. It is an optional feature but
is often available due to being related to threads. It can be
as a type qualifier like const or as a type specifier like typeof.
It is implemented under both syntax rules to reflect this.
@braewoods
Copy link
Contributor Author

Did something happen? I thought I'd have gotten another review at least by now.

Copy link
Collaborator

@michaelblyons michaelblyons left a comment

Choose a reason for hiding this comment

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

Thanks for the bump. Sometimes I close things out of my inbox without handling them.

To be clear, though: In the overall TTL for PRs in this repo, yours have been handled with alacrity.

@deathaxe deathaxe merged commit 4a9349a into sublimehq:master Nov 7, 2024
1 check passed
@braewoods braewoods deleted the c-atomic branch November 7, 2024 06:34
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