flow: store a backup of the start time when parsing inline functions
commitc6f96b25a5e9430869fa32849fad1304ca7e32a1
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 11 Jan 2018 13:23:40 +0000 (11 16:23 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 11 Jan 2018 13:23:40 +0000 (11 16:23 +0300)
treecc2f48cf8f795d72af7008d2e27e94a397e3c3d3
parent1b69c89d075a1527e2b042a69d58c362495095d0
flow: store a backup of the start time when parsing inline functions

I haven't seen this as an issue in real life, but it seems like we
should be storing a backup of the start time instead of resetting it
whenever we parse an inline function.

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