Module Name: src Committed By: rillig Date: Thu Jan 2 03:46:27 UTC 2025
Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: compute integer constraints for xor and minus These operators allow lint to correctly track the possible values in expressions that sign-extend an integer. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/tests/usr.bin/xlint/lint1/msg_132.c cvs rdiff -u -r1.665 -r1.666 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.