NetBSD/usr.bin/xlint/lint2
cgd 46b90748f5 * Ignore the size of integer arguments when trying to automatically
convert them to pointers.  If they're zero, they're converted (to
  NULL pointers) regardless of size.  If they're non-zero, they can't
  be converted (without a cast).  This matches the behavior of other
  version of lint, e.g. the lints on Digital UNIX and HP-UX.

* recognize that pointers to identical unnamed and untyped structs,
  unions, and enums are, in fact, identical.  This is done by tagging
  each of unnamed and untyped structure, union and enum with a unique
  position of creation, which is used as a unique identifier that
  when determine whether or not a pair of structures, unions, or enums
  are identical.
1996-12-22 11:31:37 +00:00
..
Makefile RCS id cleanup 1995-07-03 21:23:45 +00:00
chk.c * Ignore the size of integer arguments when trying to automatically 1996-12-22 11:31:37 +00:00
emit2.c * recognize that pointers to identical unnamed and untyped structs, 1996-12-22 11:31:05 +00:00
externs2.h * recognize that pointers to identical unnamed and untyped structs, 1996-12-22 11:31:05 +00:00
hash.c RCS id cleanup 1995-07-03 21:23:45 +00:00
lint2.h * recognize that pointers to identical unnamed and untyped structs, 1996-12-22 11:31:05 +00:00
main2.c RCS id cleanup 1995-07-03 21:23:45 +00:00
mem2.c support asm statements and asm modifiers in declarations 1995-10-02 17:26:52 +00:00
msg.c RCS id cleanup 1995-07-03 21:23:45 +00:00
read.c * recognize that pointers to identical unnamed and untyped structs, 1996-12-22 11:31:05 +00:00