Module Name: src Committed By: rillig Date: Sat Aug 5 10:13:39 UTC 2023
Modified Files: src/tests/usr.bin/xlint/lint1: expr_sizeof.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: implement __builtin_offsetof for the simplest cases Cases not covered: 1. C99 allows designators in the offsetof macro. 2. For packed types, the offset is likely to be incorrect. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/usr.bin/xlint/lint1/expr_sizeof.c cvs rdiff -u -r1.575 -r1.576 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.