Module Name: src Committed By: rillig Date: Sun Jul 25 10:39:10 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: msg_147.c msg_147.exp src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: add type information to message about invalid cast This probably doesn't matter in practice since the compiler is supposed to catch this kind of error. Adding the type information mainly ensures that parsing abstract type names works as specified. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/msg_147.c \ src/tests/usr.bin/xlint/lint1/msg_147.exp cvs rdiff -u -r1.130 -r1.131 src/usr.bin/xlint/lint1/err.c cvs rdiff -u -r1.318 -r1.319 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.