Module Name: src Committed By: rillig Date: Wed Jun 30 11:29:29 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: invert condition in control flow analysis of switch statements The condition previously contained many negations, which was hard to understand. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/usr.bin/xlint/lint1/func.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.