NetBSD/usr.bin/xlint/lint1
cgd 0cde55a411 * 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:05 +00:00
..
cgram.y * Accept asm statements at any place where you could see a function or 1996-12-22 11:30:49 +00:00
decl.c * recognize that pointers to identical unnamed and untyped structs, 1996-12-22 11:31:05 +00:00
emit1.c * recognize that pointers to identical unnamed and untyped structs, 1996-12-22 11:31:05 +00:00
emit.c RCS id cleanup 1995-07-03 21:23:45 +00:00
err.c removed some dubious warnings about conversion of constant operands of 1995-10-02 17:37:00 +00:00
externs1.h don't print warnings about unused variables or arguments in compound 1995-10-02 17:31:35 +00:00
externs.h RCS id cleanup 1995-07-03 21:23:45 +00:00
func.c don't print warnings about unused variables or arguments in compound 1995-10-02 17:31:35 +00:00
init.c prototypes override old style function definitions 1995-10-02 17:21:24 +00:00
lint1.h * recognize that pointers to identical unnamed and untyped structs, 1996-12-22 11:31:05 +00:00
lint.h RCS id cleanup 1995-07-03 21:23:45 +00:00
main1.c LINTED and CONSTCOND are now valid up to the next end of a 1995-10-02 17:29:45 +00:00
Makefile hack around a bug in our gcc. 1995-07-04 01:53:05 +00:00
mem1.c RCS id cleanup 1995-07-03 21:23:45 +00:00
mem.c RCS id cleanup 1995-07-03 21:23:45 +00:00
op.h RCS id cleanup 1995-07-03 21:23:45 +00:00
param.h Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for the arm32 port. 1996-04-01 21:47:57 +00:00
scan.l use MB_LEN_MAX instead of MB_CUR_MAX for array declaration, because 1995-10-23 13:38:51 +00:00
tree.c insert a conversion operator from argument type to parameter type also 1995-10-02 17:37:57 +00:00