Module Name: src Committed By: rillig Date: Mon Jul 10 19:00:33 UTC 2023
Modified Files: src/usr.bin/xlint/lint1: cgram.y lex.c lint1.h Log Message: lint: add debug logging for symbol kinds in the parser An identifier can refer to a variable, type, member, tag or label. Switching between these namespaces is tightly coupled with the evaluation order of the grammar rules. To generate a diff of this commit: cvs rdiff -u -r1.448 -r1.449 src/usr.bin/xlint/lint1/cgram.y cvs rdiff -u -r1.173 -r1.174 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.182 -r1.183 src/usr.bin/xlint/lint1/lint1.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.