* 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. |
||
---|---|---|
.. | ||
builtin_types.txt | ||
test_comment_end.txt | ||
test_function_comments.txt | ||
test_label.txt | ||
test_label_followed_by_statement.txt | ||
test_label_space_before_colon.txt | ||
test_numbers.txt | ||
test_preproc_file.txt | ||
test_preproc_file2.txt | ||
test_preproc_file3.txt | ||
test_preproc_file4.txt | ||
test_preproc_file5.txt | ||
test_string_resembling_decl_end.txt | ||
test_switch.txt | ||
test_switch_space_before_colon.txt |