Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 16 09:22:25 2022 UTC (9 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.2: +6 -1
lines
Diff to previous 1.2 (colored)
lint: in C99 mode, allow trailing comma in enum declarations Adjust the test to be run in C90 mode instead of traditional mode, since traditional C didn't have enums.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 8 21:29:29 2022 UTC (10 months ago) by rillig
Branch: MAIN
Changes since 1.1: +42 -1
lines
Diff to previous 1.1 (colored)
lint: remove unused message 70, add some more tests
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 15 21:00:05 2021 UTC (18 months, 3 weeks ago) by rillig
Branch: MAIN
tests/lint: cover more edge cases in the parser