*new* smatch_start_states.c: record the states at the start of the function
commiteee8989b072e4e6c8d0efabe4ce2fb3a0bae2838
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 May 2013 11:26:22 +0000 (21 14:26 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 May 2013 11:26:22 +0000 (21 14:26 +0300)
treeaa2e1342ff448698b74488a99e5ae448c4e2073e
parentbf0e3f3a7d302570bcfa0137e1b9bc1bdb9c61cb
*new* smatch_start_states.c: record the states at the start of the function

A few checks record the states at the start of the function to see how
they have changed.  Let's do this in one place instead of duplicating it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Makefile
smatch.h
smatch_start_states.c [new file with mode: 0644]