type_val: ignore all the "for_each" macros
commitaae0d67d4b8150e1707255a1f32249aba3f34f61
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 30 Jan 2015 15:32:38 +0000 (30 18:32 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 30 Jan 2015 15:32:38 +0000 (30 18:32 +0300)
tree53138c4c7c43cfef4daf303b50a1cee8d97b2d7f
parent11c7d1b541962685bdc931d5bf288773462dbfda
type_val: ignore all the "for_each" macros

These are void pointer assignments but actually both the left and right
side are always the same type of pointer so we can ignore them.

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