Module Name: src Committed By: rillig Date: Thu Oct 10 05:01:03 UTC 2024
Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: reduce debug logging for possible loss of accuracy When checking whether a type can represent an expression, only do the debug logging in the case where the expression cannot obviously be represented by the type, as the successful cases are usually uninteresting. While here, clean up the nesting in the debug log. To generate a diff of this commit: cvs rdiff -u -r1.653 -r1.654 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.