CVS commit: src/usr.bin/xlint/lint2

2021-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 05:37:45 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: main2.c Log Message: lint: add reminder to sort the output of lint2 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/xlint/lint2/main

CVS commit: src/usr.bin/xlint/lint2

2021-08-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 8 11:56:36 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: Makefile chk.c read.c Log Message: lint: force strict bool mode No functional change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.b

CVS commit: src/usr.bin/xlint/lint2

2021-08-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 5 06:54:16 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: read.c Log Message: lint: fix type of local variable in inpqstrg Noted by Clang-Tidy. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.b

CVS commit: src/usr.bin/xlint/lint2

2021-08-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Aug 5 06:45:37 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: read.c Log Message: lint: fix handling of __int128_t/__uint128_t in lint2 Previously, lint exited with "bad type: J u". To generate a diff of this commit: cv

CVS commit: src/usr.bin/xlint/lint2

2021-04-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 18 21:12:51 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: read.c Log Message: lint: reduce duplicate code for parsing .ln files To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/xlint/lint2/re

CVS commit: src/usr.bin/xlint/lint2

2021-04-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Apr 18 20:40:51 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: read.c Log Message: lint: fix error message in lint2 for missing record type in .ln file To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr

CVS commit: src/usr.bin/xlint/lint2

2021-02-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 28 18:17:08 UTC 2021 Added Files: src/usr.bin/xlint/lint2: check-msgs.lua Log Message: lint2: add redundancy checker for comments in source code Based on the redundancy checker for lint1. No functional change. To gener

CVS commit: src/usr.bin/xlint/lint2

2021-02-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 28 17:16:51 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: chk.c read.c Log Message: lint2: align comments in the code with actual messages To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.bin/xli

CVS commit: src/usr.bin/xlint/lint2

2021-01-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 16 00:09:28 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: Makefile Log Message: lint: fix LINTFLAGS for lint2 These have never worked since they report a syntax error in just because there is an __inline over there.