mtag: introduce create_mtag_alias()
commitc5d5b57ef7b03aa4b072449498a4077b77efe076
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 9 Jan 2018 09:05:29 +0000 (9 12:05 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 9 Jan 2018 09:05:29 +0000 (9 12:05 +0300)
tree2d8b4f79ed97f550d70644d7e4e3b174dc49ce78
parent81f478855e968a4ea7ee677141a6818e018b4268
mtag: introduce create_mtag_alias()

The idea here is that we have a many to one or one to many relationship so
we create aliases for the many.  So for example, you have a function which
saves a parameter to a mtag+offset then you give you generate an mtag and
an alias for your parameter.

The alias doesn't have to be persistent across builds but it helps for
debugging.

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