smatch: introduce standard hook types
commit2b5f6ae6760d02bbd8932422d57b2b39a2e7be35
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 31 Aug 2021 19:48:54 +0000 (31 22:48 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 1 Sep 2021 11:31:02 +0000 (1 14:31 +0300)
treeaa40225611d59aca71c0f4a5411901b056c0a330
parentee4797679713b20bd560e289c6cf1e4b9018fbe1
smatch: introduce standard hook types

More and more, I'm planning to have checks call their own hooks.  Having
a bunch of standard hooks types makes this easy to implement.

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