* replaces `restrict` with `__restrict` in C++ `restrict` isn't a C++ keyword, but `__restrict` is recognised by Clang, GCC, and MSVC as a language extension. * adds `_BitInt` and `__int128` as C and C++ types * `_BitInt` is a new C type and an extended integral type for C++. * `__int128` is an extended integral type on both Clang and GCC. |
||
---|---|---|
.. | ||
alternative_tokens.txt | ||
extension_keywords.txt | ||
test_good_comment.txt | ||
test_open_comment.txt | ||
test_unicode_identifiers.txt |