hooks: introduce FUNCTION_CALL_HOOK_BEFORE
commit7fe7859373cc72c4275e3cede4720a99f7acc8a6
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 7 Mar 2018 10:13:30 +0000 (7 13:13 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 7 Mar 2018 10:13:30 +0000 (7 13:13 +0300)
tree65c8a28a9df471e7c68f57378717cc67153cfdf7
parentdceb945cfa0153e5ad6adb1916f70014aa5a186e
hooks: introduce FUNCTION_CALL_HOOK_BEFORE

This is for a test that I'm not ready to push.  I used to handle ordering
requirements by writing check_debug.h in a specific order but that turns
out to be tricky and failure prone.  These days I just create new hooks.

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