OpenGrok
Cross Reference: msg_352.c
xref
: /
src
/
tests
/
usr.bin
/
xlint
/
lint1
/
msg_352.c
Home
|
History
|
Annotate
|
Download
|
only in
lint1
History log of
/src/tests/usr.bin/xlint/lint1/msg_352.c
Revision
Date
Author
Comments
1.3
01-Mar-2024
rillig
tests/lint: remove redundant documentation
1.2
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.1
28-Mar-2023
rillig
lint: warn about 'extern' declarations inside function bodies
https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html
The previous attempt (message 351 about 'extern' declarations outside
headers) did not cover the proposal from the tech-userlevel mailing list
but instead warns about a different usage pattern of the 'extern'
keyword.
Indexes created Sat Oct 18 21:09:54 GMT 2025