Module Name: src Committed By: rillig Date: Thu Feb 20 20:33:10 UTC 2025
Modified Files: src/tests/usr.bin/xlint/lint1: msg_267.c src/usr.bin/xlint/lint1: cgram.y debug.c lint1.h Log Message: lint: support __attribute__((__mode__(TI))) This fixes the wrong lint warnings about the shift amount being greater than the type size in compiler_rt/popcountti2.c. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/xlint/lint1/msg_267.c cvs rdiff -u -r1.517 -r1.518 src/usr.bin/xlint/lint1/cgram.y cvs rdiff -u -r1.82 -r1.83 src/usr.bin/xlint/lint1/debug.c cvs rdiff -u -r1.232 -r1.233 src/usr.bin/xlint/lint1/lint1.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.