strlen: record assigned strings
commit4e9431570f99a9a918ed7ebe4d341e9e385f6869
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 6 Dec 2013 15:42:27 +0000 (6 18:42 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 6 Dec 2013 15:42:27 +0000 (6 18:42 +0300)
tree9524bc52998b4e18447b1763fd1d98b371a87b44
parent8dcb81b8801a8d083ecabcc1b35de01ce91b8192
strlen: record assigned strings

Record string literal assignments:

foo = "1234";

This is somewhat duplicative of smatch_buf_size.c for now.  But eventually
the string handling will be all moved here.

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