]> andersk Git - splint.git/commit
Fixed line numbering when multi-line macro parameters are used.
authorevans1629 <evans1629>
Sat, 2 Mar 2002 23:31:43 +0000 (23:31 +0000)
committerevans1629 <evans1629>
Sat, 2 Mar 2002 23:31:43 +0000 (23:31 +0000)
commitabd7f89523564e5e238e5852585b98f72c3b48f4
treeda5fcb416d180cfc8431b4e913e79f6c0f7b025a
parent0a417fb381977734d0300678abf11f51d24bc29c
Fixed line numbering when multi-line macro parameters are used.

Changed handling of comments, location is now start of comment.  [some
problems with this still in processing macros]

Fixed most of the problems detected by null checking, except in
constraint code.
81 files changed:
lib/standard.h
src/Headers/aliasTable.h
src/Headers/constraint.h
src/Headers/context.h
src/Headers/cpphash.h
src/Headers/cpplib.h
src/Headers/cstring.h
src/Headers/cstringList.h
src/Headers/cstringSList.h
src/Headers/exprChecks.h
src/Headers/exprNode.h
src/Headers/fileTable.h
src/Headers/flagMarker.h
src/Headers/flagMarkerList.h
src/Headers/flags.h
src/Headers/globals.h
src/Headers/llerror.h
src/Headers/misc.h
src/Headers/mstring.h [new file with mode: 0644]
src/Headers/sRef.h
src/Headers/splintMacros.nf
src/Headers/uentry.h
src/Headers/uentryList.h
src/Headers/valueTable.h
src/Makefile.am
src/Makefile.in
src/abstract.c
src/cgrammar.c.der
src/cgrammar.y
src/clabstract.c
src/constraint.c
src/constraintExpr.c
src/constraintGeneration.c
src/constraintTerm.c
src/context.c
src/cppexp.c
src/cpphash.c
src/cpplib.c
src/cppmain.c
src/cscanner.l
src/cstring.c
src/cstringList.c
src/cstringSList.c
src/ctbase.i
src/exprChecks.c
src/exprNode.c
src/fileTable.c
src/fileloc.c
src/flagMarker.c
src/flagMarkerList.c
src/flags.c
src/flags.def
src/general.c
src/inputStream.c
src/lcllib.c
src/llerror.c
src/macrocache.c
src/message.c
src/mtContextNode.c
src/nameChecks.c
src/osd.c
src/sRef.c
src/stateValue.c
src/structNames.c
src/uentry.c
src/uentryList.c
src/usymtab.c
src/usymtab_interface.c
src/valueTable.c
test/Makefile.am
test/Makefile.in
test/blocks.expect
test/compoundstmt.c [new file with mode: 0644]
test/compoundstmt.expect [new file with mode: 0644]
test/db1.expect
test/flags.expect
test/help.expect
test/moreBufferTests2.expect
test/tests2.4.expect
test/typeof.c [new file with mode: 0644]
test/typeof.expect [new file with mode: 0644]
This page took 0.0693550000000001 seconds and 5 git commands to generate.