call tree: initial upload
commitbf4741a040f507e39d324ac8b75965b3a8e65fab
authorDan Carpenter <error27@gmail.com>
Fri, 1 Jan 2010 10:00:22 +0000 (1 12:00 +0200)
committerDan Carpenter <error27@gmail.com>
Fri, 1 Jan 2010 10:00:22 +0000 (1 12:00 +0200)
treebed79ab25f853af2ce728088576c68b490430cc9
parentde2a3c2d891dec73ea8a290aebc9fd9fce26a354
call tree:  initial upload

The call tree thing sort of sucks basically.

1) It only checks for functions which are compiled.
2) The perl script has to read the entire warns.txt each time
which takes forever.

But it's turned off by default so whatever...  I'm committing
it.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_call_tree.c [new file with mode: 0644]
smatch.c
smatch.h
smatch_scripts/call_tree.pl [new file with mode: 0755]