Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
- To: source-changes
- Subject: sun-lamp CVS commits
- From: The Source of All Evil <source>
- Date: Mon, 2 Oct 1995 13:40:02 -0400
jpo
Mon Oct 2 13:30:10 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
cgram.y decl.c err.c externs1.h func.c main1.c scan.l tree.c
Log Message:
LINTED and CONSTCOND are now valid up to the next end of a
global or local declaration/definition/statement. Originally they were
valid on the current and next line, which made it hard to suppress
warnings in constructs with more then one line.
LONGLONG can now be used to suppress errors or warnings in the next
declaration, definition or statement.
jpo
Mon Oct 2 13:31:43 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
cgram.y decl.c externs1.h func.c lint1.h
Log Message:
don't print warnings about unused variables or arguments in compound
statements which contain asm statements.
jpo
Mon Oct 2 13:34:22 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
decl.c
Log Message:
no need to print a warning about inline keywords
"inline" is a valid keyword only with -g, and "__inline" is always
a valid keyword
jpo
Mon Oct 2 13:35:13 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
tree.c
Log Message:
don't print a warning about use of unitialized variables if one of the
enclosing compound statements had already an asm statement
jpo
Mon Oct 2 13:35:59 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
tree.c
Log Message:
allow register variables as left operand of POINT; fixes PR 1442
jpo
Mon Oct 2 13:37:06 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
err.c tree.c
Log Message:
removed some dubious warnings about conversion of constant operands of
bitwise operators
jpo
Mon Oct 2 13:37:59 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
tree.c
Log Message:
insert a conversion operator from argument type to parameter type also
if the subtypes of both argument and parameter do not match (use
eqtype() instead of comparing t_tspec fields only).
Home |
Main Index |
Thread Index |
Old Index