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

Updates C and C++ lexers #2422

Merged
merged 2 commits into from
Apr 26, 2023
Merged

Updates C and C++ lexers #2422

merged 2 commits into from
Apr 26, 2023

Conversation

cjdb
Copy link
Contributor

@cjdb cjdb commented Apr 26, 2023

  • restrict isn't a C++ keyword, but __restrict is recognised by Clang, GCC, and MSVC as a language extension.
  • _BitInt is a new C type and an extended integral type for C++.
  • __int128 is an extended integral type on both Clang and GCC.

`restrict` isn't a C++ keyword, but `__restrict` is recognised by Clang,
GCC, and MSVC as a language extension.
* `_BitInt` is a new C type and an extended integral type for C++.
* `__int128` is an extended integral type on both Clang and GCC.
@jeanas jeanas merged commit 8f6bc3a into pygments:master Apr 26, 2023
15 checks passed
@Anteru Anteru added the A-lexing area: changes to individual lexers label Aug 5, 2023
@Anteru Anteru added this to the 2.16.0 milestone Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lexing area: changes to individual lexers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants