implied: only print the nr_children messages if there is a warning later
commit4decace4250da79830e3eefe478456a3ac626c11
authorDan Carpenter <error27@gmail.com>
Tue, 3 Aug 2010 12:32:55 +0000 (3 14:32 +0200)
committerDan Carpenter <error27@gmail.com>
Tue, 3 Aug 2010 12:32:55 +0000 (3 14:32 +0200)
tree567d5e3b5188ca47717e38a25c3c3cd83065c345
parent30225b399be843dc83014159e06d414a5626b9fe
implied: only print the nr_children messages if there is a warning later

The nr_children messages basically mean that Smatch is having a hard time
figuring out implications.  It's normally caused by huge switch statements
or really complicated macros.

The messages are only helpful if Smatch prints a warning.  (It tells us
that it's possibly a false positive resulting from a break down in
implications).

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch.h
smatch_implied.c