Module Name: src Committed By: rillig Date: Fri Apr 9 19:37:39 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: msg_003.exp msg_175.exp msg_247.exp src/usr.bin/xlint/common: tyname.c Log Message: lint: for structs and unions, include incompleteness in the type name This mainly helps to assess the situation where lint warns that a pointer cast "may be troublesome", see msg_247.exp. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/msg_003.exp cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/xlint/lint1/msg_175.exp cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/xlint/lint1/msg_247.exp cvs rdiff -u -r1.37 -r1.38 src/usr.bin/xlint/common/tyname.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.