New smatch_ignore.c file.
commit28d101471b0c70d7f32f35c5fcb9ccc589ce8a19
authorDan Carpenter <error27@gmail.com>
Sun, 21 Sep 2008 19:13:26 +0000 (21 22:13 +0300)
committerDan Carpenter <error27@gmail.com>
Sun, 21 Sep 2008 19:13:26 +0000 (21 22:13 +0300)
tree26f8ac60e3256d70b686b87637d62184aaa23ff8
parent907e81c1f71db79ddf9cc43900e3473df87ceda4
New smatch_ignore.c file.

You give it a state that you want to ignore until the end of the function.
Then if is_ignored() returns true you ignore the state.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Makefile
smatch.c
smatch.h
smatch_ignore.c [new file with mode: 0644]