Home | History | Annotate | Download | only in lint1
History log of /src/tests/usr.bin/xlint/lint1/d_decl_old_style_arguments.c
RevisionDateAuthorComments
 1.11  03-Jan-2025  rillig lint: add detail to message about obsolete identifier list
 1.10  01-Dec-2024  rillig lint: warn about function definitions that still use identifier lists
 1.9  02-Aug-2023  rillig branches: 1.9.2;
lint: distinguish between arguments and parameters
 1.8  09-Jul-2023  rillig lint: clean up wording in diagnostics

Use the term 'parameter' as defined in C99 3.15.
 1.7  28-Mar-2023  rillig lint: warn about extern declarations outside headers

https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html
 1.6  01-Oct-2022  rillig lint: add hyphen to adjective 'old-style'
 1.5  20-Jun-2022  rillig lint: add quotes around several placeholders in messages
 1.4  15-Jan-2022  rillig tests/lint: expect complete messages in feature tests

Previously, the tests contained many comments like /* expect: 123 */,
which were useless to a casual reader since nobody is expected to learn
lint's message IDs by heart. Replace these with the complete
diagnostics, to show what lint is complaining about.

The tests named msg_*.c have been left unmodified since they mention the
full message text in their header comment.

No functional change.
 1.3  05-Apr-2021  rillig tests/lint: one comment per expected diagnostic

This makes it possible to check for diagnostics that contain commas.
 1.2  21-Feb-2021  rillig lint: force each test to declare the expected diagnostics

By listing the expected diagnostics directly at the code that triggers
the diagnostics, it is easier to cross-check whether the diagnostics
make sense.

No functional change to lint itself.
 1.1  30-Dec-2020  rillig lint: add test for old style function arguments
 1.9.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed