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 support for alignas and its aliases #4088

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

braewoods
Copy link
Contributor

This was first added in C11 but has since been revised by C23. It functions like typeof but modifies the alignment of the type or variable instead of being a type itself.

michaelblyons
michaelblyons previously approved these changes Nov 9, 2024
This was first added in C11 but has since been revised by C23.
It functions like typeof but modifies the alignment of the type
or variable instead of being a type itself.
@braewoods
Copy link
Contributor Author

I updated the commit to resolve conflicts with master.

@deathaxe deathaxe merged commit 85d1b42 into sublimehq:master Nov 10, 2024
1 check passed
@braewoods braewoods deleted the c-alignas branch November 10, 2024 16:22
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