Home | History | Annotate | Download | only in lint1
History log of /src/tests/usr.bin/xlint/lint1/platform_lp64_trad.c
RevisionDateAuthorComments
 1.4  07-Feb-2024  rillig lint: unify rules for determining the type of an integer constant

Previously, in traditional C mode, large decimal numbers were treated as
unsigned, which disagreed with the book from 1978.
 1.3  28-Jan-2024  rillig tests/lint: sort multiple diagnostics per line chronologically

For now, the chronologic order is not enforced but has to be established
manually, for example by removing all 'expect' comment lines and
regenerating them with 'accept.sh -u'.

While here, clean up a few instances that came up when regenerating the
'expect' comments, such as wrong indentation or needless deviation from
the 'expect+1' form.
 1.2  27-Jan-2024  rillig lint: fix type of large integer constants
 1.1  27-Jan-2024  rillig tests/lint: test integer constants in different language levels

RSS XML Feed