History log of /src/tests/usr.bin/xlint/lint1/msg_353.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.5 01-Mar-2024 rillig

tests/lint: remove redundant documentation


# 1.4 14-Jul-2023 rillig

lint: clean up comments, add a test for the '?:' operator


# 1.3 07-Jul-2023 rillig

lint: warn about function definitions without header declaration

The existing warning was only issued for function declarations, not for
function definitions.

The interesting change in the tests is in msg_351.c. Many other tests
use non-static functions due to their syntactic brevity. In these
tests, the warning is disabled individually, to allow new functions to
be added without generating warning 351.


# 1.2 03-Jul-2023 rillig

lint: fix C11 mode to not allow C23 features (since yesterday)


# 1.1 02-Jul-2023 rillig

tests/lint: add C23 tests