Module Name: src Committed By: rillig Date: Mon Jul 10 11:46:14 UTC 2023
Modified Files: src/usr.bin/xlint/lint1: cgram.y check-msgs.lua Log Message: lint: ensure that untyped grammar rules are listed Untyped grammar rules are suspicious because they subtly affect the order in which the grammar actions are performed. This leads to the various bugs mentioned in msg_347.c. To generate a diff of this commit: cvs rdiff -u -r1.447 -r1.448 src/usr.bin/xlint/lint1/cgram.y cvs rdiff -u -r1.18 -r1.19 src/usr.bin/xlint/lint1/check-msgs.lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.