Module Name: src Committed By: rillig Date: Sat May 11 16:12:28 UTC 2024
Modified Files: src/tests/usr.bin/xlint/lint1: c23.c src/usr.bin/xlint/lint1: cgram.y debug.c externs1.h lint1.h scan.l Log Message: lint: parse but otherwise ignore C23 attributes The C23 attributes are only parsed before an expression in an expression statement, as a proof of concept. Other places will follow later. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/usr.bin/xlint/lint1/c23.c cvs rdiff -u -r1.499 -r1.500 src/usr.bin/xlint/lint1/cgram.y cvs rdiff -u -r1.78 -r1.79 src/usr.bin/xlint/lint1/debug.c cvs rdiff -u -r1.225 -r1.226 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.226 -r1.227 src/usr.bin/xlint/lint1/lint1.h cvs rdiff -u -r1.140 -r1.141 src/usr.bin/xlint/lint1/scan.l Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.