slist: reverse the order of the strees
commitb6f38a9619ef1eac33458e49a1a8b6a16d52144a
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 26 Feb 2019 05:58:37 +0000 (26 08:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 26 Feb 2019 05:58:37 +0000 (26 08:58 +0300)
tree31a011a8306404bf0e9e5b7458639315564c03aa
parent8f352a63536d9e0f3203191bf387c5815309f13a
slist: reverse the order of the strees

Before smatch_extra was always at the end, but now I have moved it to
the start.  There are two reasons for this.  First it's technically
correct.  Secondly, I'm planning to change smatch_implied so that if we
only parse some of the implications then we'll use what we have.  I want
to put smatch_extra so it's more likely to get parsed before the cut off.

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