param_used/container_of: split this into two files
commit4e7ea6dff588ac741226e2d259da27a1627e1d79
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 16 Oct 2017 11:22:07 +0000 (16 14:22 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 16 Oct 2017 11:22:07 +0000 (16 14:22 +0300)
tree60a0b6283ba8376379f5f5c3f35b7913eb3ff02f
parent626486b35aa5da0226580a6c694d8acf3c0a86e7
param_used/container_of: split this into two files

The container_of() stuff is not a natural fit for param_used.  I just put
it there because some code was there initially.  Now that I split it apart,
I had to create a proper add_get_state_hook() function.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Makefile
check_list.h
smatch.h
smatch_container_of.c [copied from smatch_param_used.c with 86% similarity]
smatch_param_used.c
smatch_states.c