]> andersk Git - splint.git/commit
Improved tracking of state change locations. Added +showdeephistory
authorevans1629 <evans1629>
Wed, 18 Dec 2002 01:05:57 +0000 (01:05 +0000)
committerevans1629 <evans1629>
Wed, 18 Dec 2002 01:05:57 +0000 (01:05 +0000)
commit16c024b587f5ddc115928d5cca7095508aa208d9
treed7f99222a55ee360d55488f233ea4b087661743f
parente5081f8c08424e4511d50a3b1fc187666c95852c
Improved tracking of state change locations.  Added +showdeephistory
flag to display all available information about state changes.  Added
+locindentspaces to control indentation of sub-messages (to allow emacs
error jumping).

Separated cscanner.l code into cscannerHelp.c to distinguish it from
flex-generated code.
71 files changed:
src/.splintrc
src/Headers/cgrammar.h
src/Headers/constants.h
src/Headers/context.h
src/Headers/cscanner.h
src/Headers/cscannerHelp.h [new file with mode: 0644]
src/Headers/flag_codes.h
src/Headers/flags.h
src/Headers/lltok.h
src/Headers/sRef.h
src/Headers/stateInfo.h
src/Makefile.am
src/Makefile.in
src/cgrammar.c.der
src/cgrammar.y
src/clabstract.c
src/constraintExpr.c
src/constraintGeneration.c
src/constraintTerm.c
src/context.c
src/cscanner.l
src/cscannerHelp.c [new file with mode: 0644]
src/ctbase.i
src/exprNode.c
src/flags.c
src/flags.def
src/llerror.c
src/llmain.c
src/lltok.c
src/loopHeuristics.c
src/nameChecks.c
src/sRef.c
src/stateInfo.c
src/stateValue.c
src/uentry.c
src/usymtab.c
test/Makefile.am
test/Makefile.in
test/alias.expect
test/arraylit.expect
test/cases.expect
test/chararraylit.expect
test/clauses.expect
test/compdestroy.expect
test/db1.expect
test/db1/Makefile
test/db2.expect
test/deadparam.expect
test/fields.expect
test/keep.expect
test/linked.expect
test/list.expect
test/manual.expect
test/mystrncat.expect
test/null.expect
test/numabstract.c
test/numabstract.expect
test/observer.expect
test/outglob.expect
test/outparam.expect
test/refcounts.expect
test/repexpose.expect
test/sharing.expect
test/stack.expect
test/strchr.expect
test/strchr/.splintrc
test/strchr/strchr.c
test/strings.expect
test/structassign.expect
test/tests2.5.expect
test/union.expect
This page took 0.163022 seconds and 5 git commands to generate.