CVS log for src/tests/usr.bin/xlint/lint1/d_decl_old_style_arguments.c
Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 3 03:14:47 2025 UTC (3 months, 2 weeks ago) by rillig
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1
lines
lint: add detail to message about obsolete identifier list
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 1 18:37:54 2024 UTC (4 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0
lines
lint: warn about function definitions that still use identifier lists
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 2 18:51:25 2023 UTC (20 months, 3 weeks ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1
lines
lint: distinguish between arguments and parameters
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 9 11:18:55 2023 UTC (21 months, 2 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4
lines
lint: clean up wording in diagnostics
Use the term 'parameter' as defined in C99 3.15.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 28 14:44:34 2023 UTC (2 years ago) by rillig
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0
lines
lint: warn about extern declarations outside headers
https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 1 09:42:40 2022 UTC (2 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
lint: add hyphen to adjective 'old-style'
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 20 21:13:36 2022 UTC (2 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1
lines
lint: add quotes around several placeholders in messages
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 15 14:22:03 2022 UTC (3 years, 3 months ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -2
lines
tests/lint: expect complete messages in feature tests
Previously, the tests contained many comments like /* expect: 123 */,
which were useless to a casual reader since nobody is expected to learn
lint's message IDs by heart. Replace these with the complete
diagnostics, to show what lint is complaining about.
The tests named msg_*.c have been left unmodified since they mention the
full message text in their header comment.
No functional change.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 5 01:35:34 2021 UTC (4 years ago) by rillig
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
tests/lint: one comment per expected diagnostic
This makes it possible to check for diagnostics that contain commas.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 21 09:07:58 2021 UTC (4 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
lint: force each test to declare the expected diagnostics
By listing the expected diagnostics directly at the code that triggers
the diagnostics, it is easier to cross-check whether the diagnostics
make sense.
No functional change to lint itself.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 30 13:15:07 2020 UTC (4 years, 3 months ago) by rillig
Branches: MAIN
lint: add test for old style function arguments
CVSweb <webmaster@jp.NetBSD.org>