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

Add _Noreturn, __restrict__, and _Generic #137

Merged
merged 3 commits into from
May 30, 2023

Conversation

amaanq
Copy link
Member

@amaanq amaanq commented May 23, 2023

Closes #124
Closes #71

@amaanq amaanq changed the title Noreturn generic Add _Noreturn and _Generic May 23, 2023
@amaanq amaanq force-pushed the noreturn-generic branch from 1f810be to 09d6800 Compare May 23, 2023 00:41
@amaanq amaanq changed the title Add _Noreturn and _Generic Add _Noreturn, __restrict__, and _Generic May 23, 2023
@amaanq amaanq force-pushed the noreturn-generic branch from 09d6800 to 195dd54 Compare May 23, 2023 00:42
amaanq added 3 commits May 29, 2023 11:03
_Generic is a C11 feature, __restrict__ and _Noreturn were added to type_qualifiers
@amaanq amaanq force-pushed the noreturn-generic branch from 195dd54 to ec5e409 Compare May 29, 2023 15:04
@amaanq amaanq requested a review from aryx May 29, 2023 15:05
@aryx
Copy link
Contributor

aryx commented May 30, 2023

Can someone remove this appveyor CI check that is always failing @dcreager ?

@aryx aryx merged commit 121e538 into tree-sitter:master May 30, 2023
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.

Support for some less frequently used C features Support for __restrict__ type qualifier
2 participants