Don't pass the contents of sizeof() to the client. For example
commit94b3519c777a8fffc8025df1473552b7684b09e5
authorDan Carpenter <error27@gmail.com>
Sun, 17 Aug 2008 07:56:01 +0000 (17 10:56 +0300)
committerDan Carpenter <error27@gmail.com>
Sun, 17 Aug 2008 07:56:01 +0000 (17 10:56 +0300)
tree32e398a01cf50e9f9f7519d1fb2a0ab7ebfc31a9
parent7a9877862dc1ea5f50f38fb933da1e3175825046
Don't pass the contents of sizeof() to the client.  For example
sizeof(*i) doesn't actually dereference 'i' so it's just confusing.
Clients can get the whole sizeof() call through other hooks though still.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_flow.c