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:           Sat Apr  2 12:24:55 UTC 2022

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

Log Message:
lint: add debug logging for the declaration stack

To track down the wrong edge cases in decl_direct_abstract.c.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/xlint/lint1/debug.c
cvs rdiff -u -r1.257 -r1.258 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.150 -r1.151 src/usr.bin/xlint/lint1/externs1.h
cvs rdiff -u -r1.113 -r1.114 src/usr.bin/xlint/lint1/lex.c
cvs rdiff -u -r1.414 -r1.415 src/usr.bin/xlint/lint1/tree.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