NetBSD/tests/usr.bin/xlint/lint1
rillig d06187ed85 tests/lint: sync test for integer constant type on ILP32 platforms
The test was broken since lex.c 1.214 from today.
2024-02-07 22:59:28 +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: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
c11.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
c11_atomic.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
c11_generic_expression.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +00:00
c23.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
c90.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
c99_bool_strict_suppressed.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
check-expect.lua tests/lint: enforce diagnostics to be listed in chronologic order 2024-01-28 08:54:27 +00:00
d_alignof.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
d_bltinoffsetof.c lint: allow complex offsetof(type, member-designator) 2024-01-09 23:46:54 +00:00
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 tests/lint: clean up tests for C99 bool 2023-07-03 09:37:14 +00:00
d_c99_bool_strict.c tests/lint: sync comments in test for strict bool mode with reality 2023-12-30 17:09:42 +00:00
d_c99_bool_strict_syshdr.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
d_c99_decls_after_stmt.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +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: fix crash for invalid __func__ (since 2023-01-29) 2024-01-07 12:43:16 +00:00
d_c99_init.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
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: warn about function definitions without header declaration 2023-07-07 19:45: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: remove redundant '#' after 'argument' in diagnostics 2023-07-09 10:42:07 +00:00
d_cvt_constant.c
d_cvt_in_ternary.c
d_decl_old_style_arguments.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
d_ellipsis_in_switch.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
d_fold_test.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +00:00
d_gcc_compound_statements1.c lint: allow empty statements in GCC statement expressions 2023-07-02 22:56:13 +00:00
d_gcc_compound_statements2.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
d_gcc_variable_array_init.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
d_incorrect_array_size.c
d_init_array_using_string.c lint: only skip 'unused' warnings after errors, not other warnings 2023-07-07 06:03:31 +00:00
d_init_pop_member.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
d_lint_assert.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
d_long_double_int.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 tests/lint: fix test for packed structs on 32-bit platforms 2023-08-05 10:00:59 +00:00
d_pr_22119.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
d_return_type.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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: remove redundant '#' after 'argument' in diagnostics 2023-07-09 10:42:07 +00:00
d_type_conv2.c lint: remove redundant '#' after 'argument' in diagnostics 2023-07-09 10:42:07 +00:00
d_type_conv3.c lint: remove redundant '#' after 'argument' in diagnostics 2023-07-09 10:42:07 +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 tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
decl_arg.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
decl_direct_abstract.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
decl_enum.c lint: clean up names related to declaration levels 2023-06-30 21:39:54 +00:00
decl_enum_c90.c lint: update wording in diagnostic for C99 2023-07-11 20:54:23 +00:00
decl_struct_c90.c
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: clean up comments, add a test for the '?:' operator 2023-07-14 08:53:52 +00:00
expr_binary_trad.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_cast.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +00:00
expr_fold.c lint: remove redundant parentheses, braces and comments 2024-01-06 15:05:24 +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: add spaces to expected files, for better readability 2023-12-30 22:44:22 +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: add spaces to expected files, for better readability 2023-12-30 22:44:22 +00:00
expr_range.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
expr_sizeof.c lint: implement __builtin_offsetof for the simplest cases 2023-08-05 10:13:39 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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: each member declarator may have attributes, not only the last one 2023-07-15 21:47:35 +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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
gcc_builtin_overflow.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
gcc_cast_union.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
gcc_init_compound_literal.c lint: condense code for ending a function 2023-07-29 07:49:14 +00:00
gcc_statement_expression.c lint: fix member lookup after GCC statement expression 2023-07-15 14:54:31 +00:00
gcc_stmt_asm.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
gcc_typeof.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
gcc_typeof_after_statement.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
gen-platforms.sh tests/lint: spell platform identifiers for 'long double' consistently 2023-07-05 11:42:14 +00:00
init.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
init_braces.c lint: reword message about non-constant initializer 2023-07-21 06:02:07 +00:00
init_c90.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lang_level_c99.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +00:00
lex_char.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +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 tests/lint: fix tests for integer constants on ILP32 platforms 2024-01-28 06:57:41 +00:00
lex_string.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
lex_utf8.c lint: remove unused code for converting multibyte character sequences 2024-02-03 10:56:18 +00:00
lex_whitespace.c
lex_wide_char.c lint: allow '\e' only in GCC mode 2024-01-19 19:23:34 +00:00
lex_wide_string.c tests/lint: add UTF-8 test for string literals 2024-02-02 22:45:48 +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 lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +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: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_010.c lint: _Thread_local is a storage class, not a type qualifier 2023-07-13 19:59:08 +00:00
msg_011.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_012.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 tests/lint: enforce diagnostics to be listed in chronologic order 2024-01-28 08:54:27 +00:00
msg_020.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_021.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_022.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_023.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_024.c lint: reword message about non-constant initializer 2023-07-21 06:02:07 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_029.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_030.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_031.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_032.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +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: fix wording of diagnostics about 'C99 extension' 2023-09-14 21:53:02 +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
msg_043.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_044.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_045.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_046.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_047.c lint: fix wording of diagnostics about 'C99 extension' 2023-09-14 21:53:02 +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: clean up wording in diagnostics 2023-07-09 11:18:55 +00:00
msg_051.c lint: clean up wording in diagnostics 2023-07-09 11:18:55 +00:00
msg_052.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_053.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_054.c lint: update wording in diagnostic for C99 2023-07-11 20:54:23 +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: clean up wording in diagnostics 2023-07-09 11:18:55 +00:00
msg_058.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_059.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_063.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_064.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_065.c lint: fix computation of bit-field width 2023-06-30 15:19:09 +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: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_071.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_072.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_073.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_074.c tests/lint: extend tests for hexadecimal character escapes 2024-02-03 19:18:36 +00:00
msg_075.c tests/lint: extend tests for hexadecimal character escapes 2024-02-03 19:18:36 +00:00
msg_076.c lint: allow larger numbers in escapes for wide characters and strings 2024-02-03 10:01:58 +00:00
msg_077.c lint: warn about short octal escape followed by '8' or '9' 2024-02-03 20:10:10 +00:00
msg_078.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_079.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
msg_079_nongcc.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
msg_080.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
msg_081.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
msg_082.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
msg_083.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
msg_084.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_085.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_086.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +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 tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +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 tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
msg_093.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_094.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_095.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
msg_096.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_097.c lint: clean up wording in diagnostics 2023-07-09 11:18:55 +00:00
msg_098.c lint: clean up wording in diagnostics 2023-07-09 11:18:55 +00:00
msg_099.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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: fix handling of unnamed struct/union members 2023-06-30 21:06:18 +00:00
msg_103.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_104.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_105.c lint: add quotes around placeholders in 4 messages 2022-06-19 12:14:33 +00:00
msg_106.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_107.c tests/lint: test operators, integer overflow, conversions 2024-01-07 21:19:42 +00:00
msg_108.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_109.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +00:00
msg_110.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_114.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_115.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_116.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_117.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_118.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_119.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_120.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_121.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_122.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_123.c lint: provide more detailed types when operands do not match 2023-06-03 20:28:54 +00:00
msg_124.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_125.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_126.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +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 tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
msg_129.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +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 tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
msg_132_ilp32.c lint: in -a mode, do not warn about integer conversions from 'int' 2023-08-08 20:15:10 +00:00
msg_132_lp64.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_133.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +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 integer overflow when folding constant INT_MIN / -1 2024-01-11 20:25:04 +00:00
msg_142.c lint: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_143.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_144.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_145.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_146.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_150.c lint: fix plural form in message 150 2023-08-02 18:57:54 +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: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_158.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_159.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_160.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_161.c tests/lint: comma operators are not allowed in constant expressions 2023-06-19 12:33:43 +00:00
msg_162.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_163.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_164.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_165.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
msg_166.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_167.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_168.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_169.c lint: only skip 'unused' warnings after errors, not other warnings 2023-07-07 06:03:31 +00:00
msg_170.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +00:00
msg_171.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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: reword message about non-constant initializer 2023-07-21 06:02:07 +00:00
msg_182.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
msg_183.c lint: clean up wording in diagnostics 2023-07-09 11:18:55 +00:00
msg_184.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_192.c lint: mark unreachable function call arguments as used as well 2023-09-12 22:01:05 +00:00
msg_193.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_194.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_195.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_196.c tests/lint: test case labels with out-of-bounds values 2023-09-07 06:17: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 lint: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_200.c lint: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_201.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_202.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_203.c
msg_204.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +00:00
msg_205.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_206.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_210.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_211.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_212.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_213.c lint: clean up wording in diagnostics 2023-07-09 11:18:55 +00:00
msg_214.c lint: since C99, a non-void function must return a value 2023-08-06 19:44:50 +00:00
msg_215.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_216.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_217.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_218.c tests/lint: fix tests for integer constants on ILP32 platforms 2024-01-28 06:57:41 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_224.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_225.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_229.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_230.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_230_uchar.c tests/lint: fix a few ilp32 tests 2023-07-08 11:03:00 +00:00
msg_231.c lint: clean up wording in diagnostics 2023-07-09 11:18:55 +00:00
msg_232.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_237.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_238.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_239.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_240.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_241.c lint: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_242.c lint: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_243.c lint: in the warning about ordered enums, mention the affected type 2023-07-09 12:04:08 +00:00
msg_244.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_245.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_246.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_247.c tests/lint: show that portable mode depends on PTRDIFF_TSPEC 2023-08-07 22:30:38 +00:00
msg_247_ilp32_ldbl64.c tests/lint: show that portable mode depends on PTRDIFF_TSPEC 2023-08-07 22:30:38 +00:00
msg_247_lp64_ldbl128.c tests/lint: show that portable mode depends on PTRDIFF_TSPEC 2023-08-07 22:30:38 +00:00
msg_247_portable.c tests/lint: show that portable mode depends on PTRDIFF_TSPEC 2023-08-07 22:30:38 +00:00
msg_247_portable_int.c tests/lint: show that portable mode depends on PTRDIFF_TSPEC 2023-08-07 22:30:38 +00:00
msg_248.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_249.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +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 tests/lint: test integer constants in different language levels 2024-01-27 15:10:56 +00:00
msg_253.c lint: make newline in a string literal an error in C90 and later 2024-02-02 16:05:37 +00:00
msg_254.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
msg_255.c tests/lint: test parsing of preprocessing directives 2023-08-11 04:27:49 +00:00
msg_256.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_257.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_258.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
msg_259.c lint: remove redundant '#' after 'argument' in diagnostics 2023-07-09 10:42:07 +00:00
msg_259_c90.c lint: remove redundant '#' after 'argument' in diagnostics 2023-07-09 10:42:07 +00:00
msg_259_ilp32.c lint: remove redundant '#' after 'argument' in diagnostics 2023-07-09 10:42:07 +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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_262.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_263.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
msg_264.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_268.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_269.c lint: clean up wording in diagnostics 2023-07-09 11:18:55 +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 lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_274.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_275.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_276.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_277.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +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: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_281.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_282.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_283.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_289.c lint: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_290.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_300.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_301.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_302.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_303.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_304.c lint: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
msg_305.c tests/lint: test operators, integer overflow, conversions 2024-01-07 21:19:42 +00:00
msg_306.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_307.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_308.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_309.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_310.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_311.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_312.c lint: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_313.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_314.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_318.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_319.c lint: reword message about non-constant initializer 2023-07-21 06:02:07 +00:00
msg_320.c lint: clean up the wording of a few diagnostics 2023-07-09 11:01:27 +00:00
msg_321.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_322.c lint: fix wording of diagnostics about 'C99 extension' 2023-09-14 21:53:02 +00:00
msg_323.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
msg_324.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +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: only skip 'unused' warnings after errors, not other warnings 2023-07-07 06:03:31 +00:00
msg_328.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_329.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_330.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_331.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_332.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_333.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_334.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_335.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_336.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +00:00
msg_337.c lint: distinguish between arguments and parameters 2023-08-02 18:51:25 +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 lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +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 tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
msg_344.c tests/lint: make 'expect+-' comments stricter 2022-06-17 18:54:53 +00:00
msg_345.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_346.c lint: fix plural form in message 150 2023-08-02 18:57:54 +00:00
msg_347.c lint: fix handling of unnamed function parameters 2023-08-02 21:11:35 +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: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_351.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_352.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
msg_353.c lint: clean up comments, add a test for the '?:' operator 2023-07-14 08:53:52 +00:00
msg_354.c lint: make '_Static_assert' only available in C11 or C23 mode 2023-08-03 18:48:42 +00:00
msg_355.c lint: make '_Static_assert' only available in C11 or C23 mode 2023-08-03 18:48:42 +00:00
msg_356.c lint: warn about short octal escape followed by '8' or '9' 2024-02-03 20:10:10 +00:00
op_colon.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +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: make diagnostics about ANSI C more international 2023-08-26 10:43:53 +00:00
platform_ilp32.c lint: split platform-specific test for loss of accuracy 2023-02-27 23:07:53 +00:00
platform_ilp32_c90.c tests/lint: sort diagnostics in ilp32 tests chronologically 2024-01-28 08:26:07 +00:00
platform_ilp32_c99.c tests/lint: sort diagnostics in ilp32 tests chronologically 2024-01-28 08:26:07 +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: do not use portable type sizes in integer constraints 2023-07-08 15:26:25 +00:00
platform_ilp32_trad.c tests/lint: sync test for integer constant type on ILP32 platforms 2024-02-07 22:59:28 +00:00
platform_int.c lint: remove redundant '#' after 'argument' in diagnostics 2023-07-09 10:42:07 +00:00
platform_ldbl64.c tests/lint: spell platform identifiers for 'long double' consistently 2023-07-05 11:42:14 +00:00
platform_ldbl96.c tests/lint: spell platform identifiers for 'long double' consistently 2023-07-05 11:42:14 +00:00
platform_ldbl128.c tests/lint: spell platform identifiers for 'long double' consistently 2023-07-05 11:42:14 +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 conversion from 128-bit to smaller integer types 2023-07-08 12:45:43 +00:00
platform_lp64_c90.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
platform_lp64_c99.c tests/lint: sort multiple diagnostics per line chronologically 2024-01-28 08:17:27 +00:00
platform_lp64_trad.c lint: unify rules for determining the type of an integer constant 2024-02-07 07:42:50 +00:00
platform_schar.c tests/lint: add more test cases for nonportable character comparison 2023-12-02 23:54:49 +00:00
platform_uchar.c tests/lint: add more test cases for nonportable character comparison 2023-12-02 23:54:49 +00:00
queries.c tests/lint: test lexing of characters and strings 2024-02-02 19:07:57 +00:00
queries_schar.c tests/lint: enforce diagnostics to be listed in chronologic order 2024-01-28 08:54:27 +00:00
queries_uchar.c tests/lint: enforce diagnostics to be listed in chronologic order 2024-01-28 08:54:27 +00:00
stmt_for.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
stmt_goto.c lint: warn about function definitions without header declaration 2023-07-07 19:45:22 +00:00
stmt_if.c lint: warn about extern declarations outside headers 2023-03-28 14:44:34 +00:00
t_integration.sh tests/lint: test UTF-8 mode 2024-02-02 23:30:38 +00:00
t_usage.sh lint: warn about short octal escape followed by '8' or '9' 2024-02-03 20:10:10 +00:00