NetBSD/usr.bin/xlint/lint1
joerg 0555fac4ac ~0 and -1 are the same for two-complement machines. ISO C says left
shifts of negative values are UB, so do the shift for the unsigned
equivalent and cast to int afterwards.
2015-08-28 09:42:07 +00:00
..
Makefile build ops.h first, because trying to build dependencies and ops.h at the 2015-04-04 19:32:06 +00:00
Makefile.ops-c better dependency handling 2011-02-05 19:13:48 +00:00
Makefile.ops-h better dependency handling 2011-02-05 19:13:48 +00:00
cgram.y handle c99 nested struct initialization { .data.foo[0] = 1 } 2015-07-28 17:56:56 +00:00
decl.c handle LDOUBLE 2014-04-18 00:20:37 +00:00
emit1.c Teach lint about long double _Complex (C99) 2008-09-26 22:52:24 +00:00
err.c Be more specific about the type errors 2015-07-29 18:22:06 +00:00
externs1.h Handle the rest of gcc __attribute__ s. 2014-04-18 00:23:46 +00:00
func.c Allow linted comments to take an argument that defines which error to suppress. 2013-04-19 17:43:05 +00:00
init.c fix member list deallocation; remove #if 0'ed code. 2015-07-28 17:55:13 +00:00
lint1.h typo in comment 2014-07-20 23:00:49 +00:00
main1.c provide a poor man's fmemopen() 2014-04-18 21:53:44 +00:00
makeman
mem1.c only fill memory with junk if BLKDEBUG 2014-04-18 00:21:14 +00:00
mkops weprovidedarracount()sothatwedon'tneedtosqueezethespacesout. 2011-02-07 23:56:18 +00:00
op.h as promised make the last ops table auto-generated. 2011-02-05 17:14:14 +00:00
ops.def as promised make the last ops table auto-generated. 2011-02-05 17:14:14 +00:00
print.c
scan.l ~0 and -1 are the same for two-complement machines. ISO C says left 2015-08-28 09:42:07 +00:00
tree.c ~0 and -1 are the same for two-complement machines. ISO C says left 2015-08-28 09:42:07 +00:00