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, update fundamental types, including GNU extensions #9547

Merged
merged 5 commits into from Aug 20, 2021

Conversation

jakobandersen
Copy link
Contributor

@jakobandersen jakobandersen commented Aug 14, 2021

Feature or Bugfix

  • Feature
  • Refactoring

Purpose

Update the list of fundamental types in C and C++, and add a bunch that GCC supports as extensions.
The parsing is much more strict so only proper types are allowed.

Relates

Fixes #9535

@jakobandersen jakobandersen merged commit 5a3e119 into sphinx-doc:4.x Aug 20, 2021
@jakobandersen jakobandersen deleted the c_gnu_type_spec branch August 20, 2021 16:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
domains:c domains:cpp type:enhancement enhance or introduce a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing support for GNU extension types like _Complex or _Fract
1 participant