Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Fri Jun 17 20:23:58 2022 UTC (7 months, 1 week ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0
lines
FILE REMOVED
tests/lint: remove .exp files, as they have become redundant Now that each lint1 test lists all generated diagnostics as 'expect' comments, the information from the .exp files is no longer needed. The only information that gets lost is the order of the diagnostics, which is mostly relevant for paired messages like 'inconsistent definition' + 'previous definition was here'.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 27 11:40:30 2022 UTC (11 months ago) by rillig
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
lint: C99 has been released, so refer to it by its proper name
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 15 21:00:05 2021 UTC (18 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
tests/lint: cover more edge cases in the parser
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 15 20:05:49 2021 UTC (18 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
lint: remove message 66 about missing semicolon in struct-declaration
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 15 19:51:29 2021 UTC (18 months, 2 weeks ago) by rillig
Branch: MAIN
tests/lint: test struct declarations