]> andersk Git - splint.git/commit
Made allocations involving sizeof work correctly (test/malloc.c).
authorevans1629 <evans1629>
Tue, 10 Jun 2003 05:58:24 +0000 (05:58 +0000)
committerevans1629 <evans1629>
Tue, 10 Jun 2003 05:58:24 +0000 (05:58 +0000)
commit6317f163d6dd13ef058d98c91a6f9eb29a9f87f4
tree450150e64b335b50f3e8f21863d3afdc1b19047a
parentae13359213220016611ceaf93109dac6849be88b
Made allocations involving sizeof work correctly (test/malloc.c).
Fixed implicit constraints for functions.
39 files changed:
src/Headers/clabstract.h
src/Headers/constraint.h
src/Headers/constraintExprData.h
src/Headers/constraintList.h
src/Headers/context.h
src/Headers/functionClauseList.h
src/Makefile.am
src/Makefile.in
src/cgrammar.c.der
src/cgrammar.y
src/clabstract.c
src/constraint.c
src/constraintExpr.c
src/constraintExprData.c
src/constraintGeneration.c
src/constraintList.c
src/constraintResolve.c
src/context.c
src/ctbase.i
src/ctype.c
src/exprChecks.c
src/exprNode.c
src/flags.def
src/functionClauseList.c
src/uentry.c
test/Makefile.am
test/Makefile.in
test/compdestroy.expect
test/constannot.expect
test/decl.expect
test/for.expect
test/malloc.c [new file with mode: 0644]
test/malloc.expect [new file with mode: 0644]
test/manual.expect
test/maxset.expect
test/moreBufferTests.expect
test/moreBufferTests2.expect
test/simplebufferConstraintTests.expect
test/sizeoftest.expect
This page took 0.047723 seconds and 5 git commands to generate.