NetBSD/usr.bin/xlint/lint1
christos 5f325e6da0 Shift assignment operators were handled incorrectly. On 64 bit machines,
unsigned long x, y;
	x <<= y;
always produces a warning because y is casted to int. Handle them instead
the same way as regular shifts.
2005-01-02 17:59:47 +00:00
..
Makefile Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
cgram.y recognize C99 array initializer designators. PR/18896. 2004-08-03 12:11:54 +00:00
decl.c recognize _Bool. 2004-09-12 08:58:52 +00:00
emit1.c recognize _Bool. 2004-09-12 08:58:52 +00:00
err.c say from what type to what time we are converting. 2005-01-02 10:40:49 +00:00
externs1.h add c99ism(), by analogy to gnuism(), for c99 construct (un)warnings 2002-11-02 20:09:27 +00:00
func.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
init.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
lint1.h
main1.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
makeman
mem1.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
op.h
scan.l recognize _Bool. 2004-09-12 08:58:52 +00:00
tree.c Shift assignment operators were handled incorrectly. On 64 bit machines, 2005-01-02 17:59:47 +00:00