container_of: handle function calls like foo->bar(foo, a, b, c);
commit6665ae9a9bd8fea346970e281cf91616552057c9
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 12 Jan 2018 09:41:15 +0000 (12 12:41 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 12 Jan 2018 09:41:15 +0000 (12 12:41 +0300)
tree0799f3d9b5148c55f2dba538b3085852b3ba439f
parent250e354525d82cc08335da539ee231fceeb2ed66
container_of: handle function calls like foo->bar(foo, a, b, c);

To be honest, I'm not entirely certain what this commit does, because I
wrote it before Christmas.  It seems like it means we're passing
CONTAINER information to caller_info and then parsing it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_list.h
smatch.h
smatch_container_of.c