Module Name: src Committed By: rillig Date: Thu Apr 1 15:06:50 UTC 2021
Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove wrong assumption from comment The size in bits of a struct or union is not measured at all at this point since portable_size_in_bits only takes the broad type classification (tspec_t), not the precise type information (type_t). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255 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.