This commit is contained in:
ceriel
1991-09-30 17:58:00 +00:00
parent 4551038c47
commit 270ceb3829
16 changed files with 2046 additions and 0 deletions

18
doc/lint/abstract Normal file
View File

@@ -0,0 +1,18 @@
.TL
Lint, a C Program Checker
.AU
Frans Kunst
.AI
Vrije Universiteit
Amsterdam
.AB
This document describes an implementation of a program which
does an extensive consistency and plausibility check on a set
of C program files.
This may lead to warnings which help the programmer to debug
the program, to remove useless code and to improve his style.
The program has been used to test itself and has found
bugs in sources of some heavily used code.
.AE
.LP
.bp