Identify for(;;) type loops as forever loops. This nullifies the path if
[smatch.git] / smatch_extra.c
blobeb156359f2613a2f01d5097dca9b810f36057195
1 /*
3 1) Name every path
4 Child paths?
5 2) Save the path number in the state history
6 3) Possible value ranges
7 4) Binary, int, equal to another variable
8 5) When can we use this data?
12 static int my_id;
14 void register_smatch_extra(int id)
16 my_id = id;