Module Name: src Committed By: rillig Date: Fri Mar 26 16:45:06 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: extract decision for warning about pointer cast This makes the code several lines longer but way more readable. In the previous dense expression it was hard to see what was going on at all and that there are two completely separate situations in which this warning applies. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 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.