Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/xlint/lint1



Module Name:    src
Committed By:   rillig
Date:           Sun Jul  2 10:20:46 UTC 2023

Modified Files:
        src/usr.bin/xlint/lint1: debug.c decl.c externs1.h func.c lex.c

Log Message:
lint: extend debug logging for declaration levels

Indent the debug logging according to the declaration level.

Since there are a few cases where the enclosing declaration levels are
modified, log the whole declaration level stack whenever a level begins
or ends.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/xlint/lint1/debug.c
cvs rdiff -u -r1.334 -r1.335 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.185 -r1.186 src/usr.bin/xlint/lint1/externs1.h
cvs rdiff -u -r1.161 -r1.162 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.164 -r1.165 src/usr.bin/xlint/lint1/lex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index