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

2021-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 3 17:27:48 UTC 2021 Modified Files: src/usr.bin/xlint/common: param.h Log Message: lint: reduce number of negations in preprocessor condition No functional change. To generate a diff of this commit: cvs rdiff -u -r1.8

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

2021-08-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Aug 3 17:20:02 UTC 2021 Modified Files: src/usr.bin/xlint/common: mem.c Log Message: lint: make memory management code easier to read No functional change. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 10:56:24 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: fix bit-size of long double _Complex in portable mode C99 6.2.5p13 says that LCOMPLEX has the same representation and alignment

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

2021-06-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 4 20:54:18 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/usr.bin/xlint/common/tyname.c Please note

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

2021-03-20 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Mar 20 18:59:00 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: use macro for encoding type information In lint's strict bool mode, initialization must be of the correct type. This affects the

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

2021-02-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Feb 28 02:37:04 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: extract type_name_of_array from type_name No functional change. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

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

2021-01-26 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 26 18:38:58 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: remove __noinline attribute from string interning function I had committed this accidentally while ensuring that the generated

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

2021-01-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 24 11:55:57 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: merge duplicate code for interning type names To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

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

2021-01-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jan 4 01:12:20 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h inittyp.c lint.h lp64.h Log Message: lint: revert previous commit, except for the typo To generate a diff of this commit: cvs rdiff -u -r1.11

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

2021-01-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jan 4 01:11:01 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h ilp32.h inittyp.c lint.h lp64.h Log Message: lint: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2021-01-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Jan 2 01:36:28 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: lint: order tspec_name in the same way as the enum To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2020-12-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 30 11:47:16 UTC 2020 Modified Files: src/usr.bin/xlint/common: emit.c Log Message: lint: fix Clang-tidy warning about narrowing conversion To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2020-12-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Dec 30 11:43:13 UTC 2020 Modified Files: src/usr.bin/xlint/common: param.h Log Message: lint: remove unused macro STRBLEN To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/common/param.h Please

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

2020-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 28 22:16:42 UTC 2020 Modified Files: src/usr.bin/xlint/common: mem.c Log Message: lint: remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/xlint/common/mem.c Please note

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

2020-12-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Dec 28 18:06:23 UTC 2020 Modified Files: src/usr.bin/xlint/common: lint.h Log Message: lint: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/xlint/common/lint.h Please note

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

2018-11-16 Thread Sean Cole
Module Name:src Committed By: scole Date: Fri Nov 16 20:49:08 UTC 2018 Modified Files: src/usr.bin/xlint/common: lp64.h Log Message: PR toolchain/53710 allow 64bit target to compile on 32bit host Ok'ed by To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2016-08-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 19 10:18:11 UTC 2016 Modified Files: src/usr.bin/xlint/common: externs.h tyname.c Log Message: add a type comparison function. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2014-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 17 18:52:03 UTC 2014 Modified Files: src/usr.bin/xlint/common: emit.c externs.h Log Message: make outname print where it came from in case of error To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2012-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 20 18:50:11 UTC 2012 Modified Files: src/usr.bin/xlint/common: tyname.c Log Message: better to print (null) than core-dump To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11