NetBSD/usr.bin/xlint/common
rillig f4d1bba78c lint: in the name of an array type, list the dimension first
before: array of unsigned int[4]
now:    array[4] of unsigned int

Listing the array dimension first keeps it in contact with the keyword
'array'.  This reduces confusion, especially for nested arrays.
2021-03-07 17:12:41 +00:00
..
emit.c lint: replace 0 and 1 with false and true, where appropriate 2021-01-16 02:40:02 +00:00
externs.h lint: replace 0 and 1 with false and true, where appropriate 2021-01-16 02:40:02 +00:00
ilp32.h lint: make target platform independent of host platform 2021-01-09 14:10:12 +00:00
inittyp.c lint: rename members and access macros of the basic types 2021-02-28 18:51:51 +00:00
lint.h lint: rename members and access macros of the basic types 2021-02-28 18:51:51 +00:00
lp64.h lint: make target platform independent of host platform 2021-01-09 14:10:12 +00:00
mem.c lint: remove redundant parentheses around return value 2020-12-29 11:35:11 +00:00
param.h lint: remove unused macro STRBLEN 2020-12-30 11:43:13 +00:00
schar.h
tyname.c lint: in the name of an array type, list the dimension first 2021-03-07 17:12:41 +00:00
uchar.h