deref_check: use in_macro() to silence most of the output
commitb050518133acac9e3520dd24beafc07452da0bf3
authorDan Carpenter <error27@gmail.com>
Thu, 29 Apr 2010 12:19:21 +0000 (29 14:19 +0200)
committerDan Carpenter <error27@gmail.com>
Thu, 29 Apr 2010 12:19:21 +0000 (29 14:19 +0200)
tree56c4a95b76d392b9e0775bdbe599e12cce2d9acf
parent5e3b4e84d090e6a1248f8eac117fa8ffaddd6b09
deref_check: use in_macro() to silence most of the output

I actually think check_deref_check.c is OK.  For the kernel you can use
smatch_scripts/filter_kernel_deref_check.sh to remove most of the false
positives.

On the other hand, most people don't know about that and anyway it's a bit
awkward.

If you want the old information then use option --spammy.

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