NetBSD/tests/usr.bin/xlint/lint1
rillig 27a3cefcf0 tests/lint1: allow whitespace in files containing the expected output
This reduces the amount of wizardry needed to interpret the files.  For
a more gentle introduction of the file format, see ../lint2/msg_000.ln.

The whitespace that is removed is very similar to the one in the lint2
tests, the difference is that '%<space>' and '%#' need to be preserved
in abbreviated printf and scanf format strings.
2023-05-22 20:11:24 +00:00
..
Makefile tests/lint: test command line parsing for message and query IDs 2023-04-23 08:47:27 +00:00
accept.sh tests/lint: add quotes around placeholders in a few messages 2022-06-19 11:50:42 +00:00
c11_atomic.c lint: add support for C11 '_Atomic' as atomic-type-specifier 2023-01-21 13:48:40 +00:00
c11_generic_expression.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
c90.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
c99_atomic.c lint: add support for C11 '_Atomic' as atomic-type-specifier 2023-01-21 13:48:40 +00:00
c99_bool_strict_suppressed.c lint: add quotes around placeholders in 4 messages 2022-06-19 12:14:33 +00:00
check-expect.lua tests/lint: add quotes around placeholders in a few messages 2022-06-19 11:50:42 +00:00
d_alignof.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
d_bltinoffsetof.c
d_c9x_array_init.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_anon_struct.c
d_c99_anon_union.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_bool.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_bool_strict.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_bool_strict_syshdr.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_complex_num.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_complex_split.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_compound_literal_comma.c
d_c99_decls_after_stmt.c tests/lint: merge tests for declaration after statement 2023-01-22 17:17:24 +00:00
d_c99_flex_array_packed.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_for_loops.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_func.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_init.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_nested_struct.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_struct_init.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_union_cast.c
d_c99_union_init1.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_union_init2.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_union_init3.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_union_init4.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_c99_union_init5.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_cast_fun_array_param.c
d_cast_lhs.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_cast_typeof.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_compound_literals1.c lint: error out on declarations with implicit int type 2022-04-24 20:08:22 +00:00
d_compound_literals2.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_constant_conv1.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_constant_conv2.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_cvt_constant.c tests/lint: expect complete messages in feature tests 2022-01-15 14:22:03 +00:00
d_cvt_in_ternary.c
d_decl_old_style_arguments.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_ellipsis_in_switch.c
d_fold_test.c tests/lint: expect complete messages in feature tests 2022-01-15 14:22:03 +00:00
d_gcc_compound_statements1.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_gcc_compound_statements2.c lint: fix memory corruption in statement expressions (since 2021-12-17) 2022-02-26 20:36:11 +00:00
d_gcc_compound_statements3.c
d_gcc_extension.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_gcc_func.c
d_gcc_variable_array_init.c
d_incorrect_array_size.c tests/lint: expect complete messages in feature tests 2022-01-15 14:22:03 +00:00
d_init_array_using_string.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_init_pop_member.c tests/lint: expect complete messages in feature tests 2022-01-15 14:22:03 +00:00
d_lint_assert.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_long_double_int.c tests/lint: expect complete messages in feature tests 2022-01-15 14:22:03 +00:00
d_nested_structs.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_packed_structs.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_pr_22119.c lint: improve determination of abstract typename 2022-04-01 22:28:21 +00:00
d_return_type.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
d_struct_init_nested.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_type_conv1.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_type_conv2.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_type_conv3.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_typefun.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
d_typename_as_var.c
d_zero_sized_arrays.c
decl.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
decl_arg.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
decl_direct_abstract.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
decl_enum.c lint: in C99 mode, allow trailing comma in enum declarations 2022-04-16 09:22:25 +00:00
decl_enum_c90.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
decl_struct_c90.c lint: C99 has been released, so refer to it by its proper name 2022-02-27 11:40:29 +00:00
decl_struct_member.c lint: rename constant NOTSPEC to NO_TSPEC 2023-05-22 12:55:04 +00:00
emit.c lint: fix emitted type for arrays of unknown size 2023-05-22 17:53:27 +00:00
emit.exp-ln tests/lint1: allow whitespace in files containing the expected output 2023-05-22 20:11:24 +00:00
emit_lp64.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
emit_lp64.exp-ln tests/lint1: allow whitespace in files containing the expected output 2023-05-22 20:11:24 +00:00
expr_binary.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_binary_trad.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_cast.c
expr_fold.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_fold_strict_bool.c
expr_precedence.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_promote.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_promote.exp-ln tests/lint: document where to find the test results for promotions 2023-01-04 05:47:19 +00:00
expr_promote_trad.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_promote_trad.exp-ln tests/lint: document where to find the test results for promotions 2023-01-04 05:47:19 +00:00
expr_range.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_sizeof.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
feat_stacktrace.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
gcc_attribute.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
gcc_attribute_aligned.c tests/lint: add more information to test for __attribute__((aligned)) 2022-08-27 23:24:37 +00:00
gcc_attribute_enum.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
gcc_attribute_func.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
gcc_attribute_label.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
gcc_attribute_stmt.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
gcc_attribute_type.c tests/lint: clean up 2023-02-05 10:57:48 +00:00
gcc_attribute_var.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
gcc_bit_field_types.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
gcc_builtin_alloca.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
gcc_builtin_overflow.c
gcc_cast_union.c
gcc_init_compound_literal.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
gcc_stmt_asm.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
gcc_typeof.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
gcc_typeof_after_statement.c tests/lint: clean up 2023-02-05 10:57:48 +00:00
gen-platforms.sh
init.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
init_braces.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
init_c90.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_char.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_char_uchar.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_comment.c
lex_floating.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_integer.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_integer_binary.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_integer_ilp32.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_string.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_whitespace.c
lex_wide_char.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_wide_string.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_000.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_000_c90.c
msg_001.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_001_c90.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_002.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_003.c tests/lint: replace 'expect' comments with 'expect+-' comments 2022-06-15 20:18:31 +00:00
msg_004.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_005.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_006.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_007.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_008.c tests/lint: replace 'expect' comments with 'expect+-' comments 2022-06-15 20:18:31 +00:00
msg_009.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_010.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_011.c
msg_012.c lint: add type details to message about 'sizeof(function)' 2022-04-01 23:16:31 +00:00
msg_013.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_014.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_015.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_016.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_017.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_018.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_019.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_020.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_021.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_022.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_023.c
msg_024.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_025.c tests/lint: add quotes around placeholders in a few messages 2022-06-19 11:50:42 +00:00
msg_026.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_027.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_028.c tests/lint: add quotes around placeholders in a few messages 2022-06-19 11:50:42 +00:00
msg_029.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_030.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_031.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_032.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_033.c lint: add quotes around placeholders in 4 messages 2022-06-19 12:14:33 +00:00
msg_034.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_035.c tests/lint: replace 'expect' comments with 'expect+-' comments 2022-06-15 20:18:31 +00:00
msg_036.c tests/lint: replace 'expect' comments with 'expect+-' comments 2022-06-15 20:18:31 +00:00
msg_037.c tests/lint: replace 'expect' comments with 'expect+-' comments 2022-06-15 20:18:31 +00:00
msg_038.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_039.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_040.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_041.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_042.c lint: remove unused message 70, add some more tests 2022-04-08 21:29:29 +00:00
msg_043.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_044.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_045.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_046.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_047.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_048.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_049.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_050.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_051.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_052.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_053.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_054.c lint: in C99 mode, allow trailing comma in enum declarations 2022-04-16 09:22:25 +00:00
msg_055.c tests/lint: replace 'expect' comments with 'expect+-' comments 2022-06-15 20:18:31 +00:00
msg_056.c tests/lint: replace 'expect' comments with 'expect+-' comments 2022-06-15 20:18:31 +00:00
msg_057.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_058.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_059.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_060.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_061.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_062.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_063.c tests/lint: add tests for messages about old-style functions 2022-02-27 20:02:43 +00:00
msg_064.c
msg_065.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_066.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_067.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_068.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_069.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_070.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_071.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_072.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_073.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_074.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_075.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_076.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_077.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_078.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_079.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_080.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_081.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_082.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_083.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_084.c tests/lint: refine test for varargs function 2022-04-16 09:20:01 +00:00
msg_085.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_086.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_087.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_088.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_089.c lint: add quotes around placeholders in 4 messages 2022-06-19 12:14:33 +00:00
msg_090.c lint: warn about 'extern' declarations inside function bodies 2023-03-28 20:04:51 +00:00
msg_091.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_092.c lint: add quotes and details to some more messages 2022-06-21 21:18:30 +00:00
msg_093.c lint: add quotes and details to some more messages 2022-06-21 21:18:30 +00:00
msg_094.c lint: add quotes and details to some more messages 2022-06-21 21:18:30 +00:00
msg_095.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_096.c lint: add quotes and details to some more messages 2022-06-21 21:18:30 +00:00
msg_097.c tests/lint: make a few tests self-contained, add some others 2022-04-03 09:34:45 +00:00
msg_098.c tests/lint: make a few tests self-contained, add some others 2022-04-03 09:34:45 +00:00
msg_099.c tests/lint: make a few tests self-contained, add some others 2022-04-03 09:34:45 +00:00
msg_100.c lint: add quotes around several placeholders in messages 2022-06-20 21:13:35 +00:00
msg_101.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_102.c lint: add quotes around placeholders in 4 messages 2022-06-19 12:14:33 +00:00
msg_103.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_104.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_105.c lint: add quotes around placeholders in 4 messages 2022-06-19 12:14:33 +00:00
msg_106.c tests/lint: replace 'expect' comments with 'expect+-' comments 2022-06-15 20:18:31 +00:00
msg_107.c lint: add quotes around placeholders in 4 messages 2022-06-19 12:14:33 +00:00
msg_108.c lint: rename constant NOTSPEC to NO_TSPEC 2023-05-22 12:55:04 +00:00
msg_109.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_110.c
msg_111.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_112.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_113.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_114.c lint: add quotes and details to some more messages 2022-06-21 21:18:30 +00:00
msg_115.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_116.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_117.c lint: don't warn about negative '>>' when the actual value is positive 2023-01-29 17:13:10 +00:00
msg_118.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_119.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_120.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_121.c lint: add quotes around placeholders in 4 messages 2022-06-19 12:14:33 +00:00
msg_122.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_123.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_124.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_125.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_126.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_127.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_128.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_129.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_130.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_131.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_132.c lint: track integer constraints through conditional expressions 2023-05-09 15:51:33 +00:00
msg_132_ilp32.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_132_lp64.c tests/lint: fix test for loss of accuracy on ILP32 platforms 2022-06-10 18:29:01 +00:00
msg_133.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_134.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_135.c tests/lint: add rationale for not warning about alignment problems 2023-04-23 11:52:43 +00:00
msg_136.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_137.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_138.c lint: add quotes around operator in message 138, remove message 240 2022-07-01 20:53:13 +00:00
msg_139.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_140.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_141.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_142.c lint: don't wrongly warn about overflow in complex constants 2023-04-11 00:03:42 +00:00
msg_143.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_144.c lint: add type details to message about 'sizeof(function)' 2022-04-01 23:16:31 +00:00
msg_145.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_146.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_147.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_148.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_149.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_150.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_151.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_152.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_153.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_154.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_155.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_156.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_157.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_158.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_159.c tests/lint: add test for conversions to and from a union type 2023-04-22 17:30:35 +00:00
msg_160.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_161.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_162.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_163.c
msg_164.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_165.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_166.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_167.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_168.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_169.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_170.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_171.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_172.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_173.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_174.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_175.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_176.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_177.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_178.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_179.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_180.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_181.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_182.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_183.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_184.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_185.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_186.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_187.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_188.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_189.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_190.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_191.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_192.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_193.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_194.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_195.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_196.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_197.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_198.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_199.c tests/lint: make expectation lines in the tests more detailed 2022-06-16 16:58:35 +00:00
msg_200.c
msg_201.c
msg_202.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_203.c
msg_204.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_205.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_206.c lint: fix wrong warning about unhandled enum constants in switch 2022-05-22 13:58:59 +00:00
msg_207.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_208.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_209.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_210.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_211.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_212.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_213.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_214.c
msg_215.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_216.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_217.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_218.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_219.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_220.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_221.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_222.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_223.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_224.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_225.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_226.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_227.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_228.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_229.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_230.c lint: fix confusing message about nonportable character constants 2023-02-22 22:30:40 +00:00
msg_230_uchar.c tests/lint: sync test for nonportable character comparisons 2023-02-27 21:59:14 +00:00
msg_231.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_232.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_233.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_234.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_235.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_236.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_237.c lint: add quotes around placeholders for a few more messages 2022-06-11 12:23:59 +00:00
msg_238.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_239.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_240.c lint: add quotes around operator in message 138, remove message 240 2022-07-01 20:53:13 +00:00
msg_241.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_242.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_243.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_244.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_245.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_246.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_247.c lint: don't warn about cast between union and one of its member types 2023-04-22 17:42:29 +00:00
msg_248.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_249.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_250.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_251.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_252.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_253.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_254.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_255.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_256.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_257.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_258.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_259.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_259_c90.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_259_ilp32.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_260.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_261.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_262.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_263.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_264.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_265.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_266.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_267.c lint: add more details to message about large bit-shifts 2022-08-19 19:40:39 +00:00
msg_268.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_269.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_270.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_271.c
msg_272.c
msg_272_c90.c
msg_273.c
msg_274.c
msg_275.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_276.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_277.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_278.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_279.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_280.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_281.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_282.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_283.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_284.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_285.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_286.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_287.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_288.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_289.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_290.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_291.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_292.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_293.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_294.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_295.c tests/lint: add more details to messages in msg_200 until msg_299 2022-06-16 21:24:41 +00:00
msg_296.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_297.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_298.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_299.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_300.c lint: add hyphen to adjective 'old-style' 2022-10-01 09:42:40 +00:00
msg_301.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_302.c tests/lint: remove wrong comment 2023-04-15 12:59:02 +00:00
msg_303.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_304.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_305.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_306.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_307.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_308.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_309.c tests/lint: add more examples for 'extra bits set to 0' 2022-10-15 21:19:15 +00:00
msg_310.c tests/lint: add more details to tests from msg_300 until msg_343 2022-06-17 06:59:16 +00:00
msg_311.c tests/lint: add more details to tests from msg_300 until msg_343 2022-06-17 06:59:16 +00:00
msg_312.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_313.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_314.c lint: add quotes around a few more placeholders in messages 2022-06-11 11:52:13 +00:00
msg_315.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_316.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_317.c tests/lint: add tests for messages referring to C99 2022-02-27 12:00:27 +00:00
msg_318.c tests/lint: add more details to tests from msg_300 until msg_343 2022-06-17 06:59:16 +00:00
msg_319.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_320.c tests/lint: add more details to tests from msg_300 until msg_343 2022-06-17 06:59:16 +00:00
msg_321.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_322.c tests/lint: add more details to tests from msg_300 until msg_343 2022-06-17 06:59:16 +00:00
msg_323.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_324.c lint: add quotes around placeholders for the remaining messages 2022-06-22 19:23:17 +00:00
msg_325.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_326.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_327.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_328.c
msg_329.c tests/lint: add more details to tests from msg_300 until msg_343 2022-06-17 06:59:16 +00:00
msg_330.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_331.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_332.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_333.c lint: fix type name in diagnostic for enum as controlling expression 2023-05-11 08:01:36 +00:00
msg_334.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_335.c tests/lint: add more details to tests from msg_300 until msg_343 2022-06-17 06:59:16 +00:00
msg_336.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_337.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_338.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_339.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_340.c tests/lint: add more details to tests from msg_300 until msg_343 2022-06-17 06:59:16 +00:00
msg_341.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_342.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_343.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_344.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_345.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_346.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_347.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_348.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_349.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_350.c lint: add support for the C11 type qualifier '_Atomic' 2023-01-21 13:07:21 +00:00
msg_351.c lint: reword message for missing declaration in header 2023-04-25 19:00:57 +00:00
msg_352.c lint: warn about 'extern' declarations inside function bodies 2023-03-28 20:04:51 +00:00
op_colon.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
op_shl_lp64.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
parse_init_declarator.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
parse_stmt_error.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
parse_stmt_iter_error.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
parse_type_name.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
platform_ilp32.c lint: split platform-specific test for loss of accuracy 2023-02-27 23:07:53 +00:00
platform_ilp32_int.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
platform_ilp32_long.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
platform_int.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
platform_ldbl64.c tests/lint: demonstrate duplicate warning when parsing big floats 2023-04-05 20:13:01 +00:00
platform_ldbl96.c lint: fix duplicate warning when parsing big float constants 2023-04-05 20:17:30 +00:00
platform_ldbl128.c lint: fix duplicate warning when parsing big float constants 2023-04-05 20:17:30 +00:00
platform_long.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
platform_lp64.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
platform_schar.c lint: fix confusing message about nonportable character constants 2023-02-22 22:30:40 +00:00
platform_uchar.c tests/lint: add platform-specific tests 2023-02-22 22:12:35 +00:00
queries.c lint: add query for chained assignments 2023-05-13 20:55:44 +00:00
stmt_for.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
stmt_goto.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
stmt_if.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
t_integration.sh tests/lint1: allow whitespace in files containing the expected output 2023-05-22 20:11:24 +00:00
t_usage.sh lint: add query for chained assignments 2023-05-13 20:55:44 +00:00