History log of /src/tests/usr.bin/xlint/lint2/read.ln |
Revision | | Date | Author | Comments |
1.9 |
| 05-Nov-2024 |
rillig | lint: fix cross references in comments
|
1.8 |
| 02-Aug-2023 |
rillig | lint: distinguish between arguments and parameters
|
1.7 |
| 03-Jul-2023 |
rillig | lint: rename uppercase QUAD to LLONG
No binary change.
|
1.6 |
| 22-May-2023 |
rillig | lint: rename constant NOTSPEC to NO_TSPEC
It was too easy to misread the old name as NOT_SPEC instead of the intended NO_TSPEC.
|
1.5 |
| 30-Aug-2021 |
rillig | tests/lint: test writing and reading .ln files
The test case for reading varargs functions is no longer necessary, the code is covered by the newly added tests as well.
Test inline function and return value usage.
|
1.4 |
| 30-Aug-2021 |
rillig | tests/lint: test reading of varargs, printflike, scanflike
|
1.3 |
| 30-Aug-2021 |
rillig | lint: revert "remove redundant call to strchr" from yesterday
This "refactoring" broke the parsing code for varargs, printflike and scanflike functions, and there were no tests for these. Revert for now, maybe try again later, after adding the corresponding tests.
|
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 |
| 07-Aug-2021 |
rillig | tests/lint: add test for reading the lint1 output
|