Home | History | Annotate | Download | only in lint1
History log of /src/tests/usr.bin/xlint/lint1/lex_string.c
RevisionDateAuthorComments
 1.6  28-Mar-2023  rillig lint: warn about extern declarations outside headers

https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html
 1.5  17-Jun-2022  rillig tests/lint: make 'expect+-' comments stricter

Previously, the expectations from these comments were already satisfied
if the expectation occurred somewhere in the actual message from lint.
This meant that the prefix 'error:' or 'warning:' could be omitted from
the 'expect' comment. These omissions were hard to see in a manual
review. Now any omissions must be visually marked with '...'.

The test msg_342 now reports its messages properly as being in the file
msg_342.c, rather than msg_341.c. This had been a copy-and-paste
mistake.
 1.4  20-Nov-2021  rillig tests/lint: fix negation in explanation for strict bool mode
 1.3  23-Aug-2021  rillig tests/lint: add tests for integer comparisons
 1.2  19-Jun-2021  rillig lint: revert fix for endless loop in lexer for string literals

String literals may contain null bytes, and these must be passed further
on.

This reintroduces the endless loop in the lexer, but that must be fixed
in another way that doesn't destroy the error handling.
 1.1  19-Jun-2021  rillig tests/lint: add test cases for lexical analysis

RSS XML Feed