comparison, db: use comparison information stored in the database
commit074d2a889bfddc36f718296b95f855fea433da15
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 27 May 2013 11:11:47 +0000 (27 14:11 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 27 May 2013 11:11:47 +0000 (27 14:11 +0300)
treee059fb3e7e78472e13e20e79c2832135a36f732c
parent0b25a9d5db79bef471884538ee24d2a08cb5f541
comparison, db: use comparison information stored in the database

Currently, we don't load any information in the database, but I would like
to.  So if you store the return value as: "0-<1>" then it says that the
return is between zero and up to parameter one.  Currently it does this,
but it doesn't store the relationship in the comparison module so this
change adds that.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.h
smatch_comparison.c
smatch_function_hooks.c