]> granicus.if.org Git - yasm/commit
Modify so that almost everything passes LCLint with the options in lclint.sh.
authorPeter Johnson <peter@tortall.net>
Sat, 17 Nov 2001 08:33:23 +0000 (08:33 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 17 Nov 2001 08:33:23 +0000 (08:33 -0000)
commit8178f883a5c96d610d527768744fed8df3b7ef60
treefa86e5d5f279c1333fba8168e7570058ee80d8bc
parentfc603c2900629735f53ad96acf63aaa5b2af91d0
Modify so that almost everything passes LCLint with the options in lclint.sh.
This is actually worthwhile; I found and fixed a few bugs/edge cases while
doing this.
For more information on LCLint, see <http://lclint.cs.virginia.edu/>.

svn path=/trunk/yasm/; revision=335
102 files changed:
libyasm/bc-int.h
libyasm/bitvect.h
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/compat-queue.h
libyasm/coretype.h
libyasm/errwarn.c
libyasm/errwarn.h
libyasm/expr-int.h
libyasm/expr.c
libyasm/expr.h
libyasm/file.c
libyasm/file.h
libyasm/floatnum.c
libyasm/floatnum.h
libyasm/intnum.c
libyasm/intnum.h
libyasm/linemgr.c
libyasm/linemgr.h
libyasm/parser.h
libyasm/preproc.h
libyasm/section.c
libyasm/section.h
libyasm/strcasecmp.c
libyasm/strsep.c
libyasm/symrec.c
libyasm/symrec.h
libyasm/util.h
modules/arch/x86/arch.c
modules/arch/x86/bytecode.c
modules/arch/x86/expr.c
modules/arch/x86/x86-int.h
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86expr.c
modules/objfmts/dbg/dbg-objfmt.c
modules/objfmts/dbg/objfmt.c
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/gen_instr.pl
modules/parsers/nasm/nasm-bison.y
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/parser.c
modules/parsers/nasm/token.l.in
modules/preprocs/raw/preproc.c
modules/preprocs/raw/raw-preproc.c
splint.sh [new file with mode: 0755]
src/Makefile.am
src/arch/x86/arch.c
src/arch/x86/bytecode.c
src/arch/x86/expr.c
src/arch/x86/x86-int.h
src/arch/x86/x86arch.c
src/arch/x86/x86arch.h
src/arch/x86/x86bc.c
src/arch/x86/x86expr.c
src/bc-int.h
src/bitvect.h
src/bytecode.c
src/bytecode.h
src/compat-queue.h
src/coretype.h
src/errwarn.c
src/errwarn.h
src/expr-int.h
src/expr.c
src/expr.h
src/file.c
src/file.h
src/floatnum.c
src/floatnum.h
src/globals.c
src/globals.h
src/intnum.c
src/intnum.h
src/lclint.sh [new file with mode: 0755]
src/linemgr.c
src/linemgr.h
src/objfmts/dbg/dbg-objfmt.c
src/objfmts/dbg/objfmt.c
src/parser.c
src/parser.h
src/parsers/nasm/bison.y.in
src/parsers/nasm/gen_instr.pl
src/parsers/nasm/nasm-bison.y
src/parsers/nasm/nasm-parser.c
src/parsers/nasm/parser.c
src/parsers/nasm/token.l.in
src/preproc.h
src/preprocs/raw/preproc.c
src/preprocs/raw/raw-preproc.c
src/section.c
src/section.h
src/strcasecmp.c
src/strsep.c
src/symrec.c
src/symrec.h
src/ternary.c
src/ternary.h
src/util.h
strsep.c
util.h