This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/c
Christopher Di Bella 8f6bc3ae43
Updates C and C++ lexers (#2422)
* 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.
2023-04-26 09:39:19 +02:00
..
builtin_types.txt Updates C and C++ lexers (#2422) 2023-04-26 09:39:19 +02:00
test_comment_end.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_function_comments.txt Fix comments within function declarations in C (#1891) (#2140) 2022-05-30 19:48:11 +02:00
test_label.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_label_followed_by_statement.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_label_space_before_colon.txt Fix #1237 cpp whitespace token usage expanded (#1904) 2021-10-02 12:23:26 +02:00
test_numbers.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_preproc_file.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_preproc_file2.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_preproc_file3.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_preproc_file4.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_preproc_file5.txt Use the correct whitespace token for the C family. 2021-06-20 11:42:04 +02:00
test_string_resembling_decl_end.txt CFamilyLexer: refuse quotes between parentheses for function definitions and declarations (#2208) 2022-08-15 11:45:13 +02:00
test_switch.txt CFamily: Lex identifiers after case as constants (#2084) 2022-03-12 15:00:31 +01:00
test_switch_space_before_colon.txt CFamily: Lex identifiers after case as constants (#2084) 2022-03-12 15:00:31 +01:00