Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

cjdb added 2 commits April 26, 2023 00:08
`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
@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.

3 participants