Home | History | Annotate | Download | only in lint1
History log of /src/tests/usr.bin/xlint/lint1/msg_350.c
RevisionDateAuthorComments
 1.4  01-Mar-2024  rillig tests/lint: remove redundant documentation
 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  07-Jul-2023  rillig tests/lint: merge duplicate tests for C11 _Atomic
 1.1  21-Jan-2023  rillig lint: add support for the C11 type qualifier '_Atomic'

That keyword can be used as a type specifier as well, support for that
will be added later.

RSS XML Feed