The main change here was to completely rewrite how conditions are handled.
commit3edb9c2049f4731d22e4f920a0ac82068b55cd0e
authorDan Carpenter <error27@gmail.com>
Mon, 1 Sep 2008 07:01:08 +0000 (1 10:01 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 1 Sep 2008 07:01:08 +0000 (1 10:01 +0300)
tree19fa8c6af71fd025ba88fe931bf64e5f5ef8692c
parentcfdfae67d03997818ef7dea4ddb5bc655a61bd96
The main change here was to completely rewrite how conditions are handled.

You have a condition stack that only includes the states which are changed
inside a condition.

The other thing is that I chopped the generic functions for handling slists
into their own file.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Makefile
smatch.h
smatch_conditions.c
smatch_flow.c
smatch_slist.c [new file with mode: 0644]
smatch_slist.h [new file with mode: 0644]
smatch_states.c