History log of /src/tests/usr.bin/xlint/lint2/emit.exp-ln
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base
# 1.5 04-Sep-2021 rillig

tests/lint: test old-style functions in a lint library

To really qualify as old-style, a function must not declare a return
type in its definition.


# 1.4 04-Sep-2021 rillig

tests/lint: test writing of a lint library

The code for that is almost the same as in lint1, but only almost.


# 1.3 28-Aug-2021 rillig

lint: write the entries for the libraries in alphabetical order

This makes them easier to read by humans.

The checks are still performed in hashcode order since there are no
tests that would cover this change.


# 1.2 24-Aug-2021 rillig

tests/lint: normalize whitespace in lint2 tests

Found a typo in read.ln, f124, which had just 'F' instead of the
intended 'F0'. Other than that, only whitespace changes.


# 1.1 24-Aug-2021 rillig

lint: allow libraries to use 128-bit integer types