Paul Fultz II 7ef119cbfc Fix FPs in lifetime checker
This fixes several FPs in the lifetime checker. It also fixes issue [8846](https://trac.cppcheck.net/ticket/8846):

```cpp
int * f(int a[])
{
        return a;
}
```
2018-11-17 09:41:59 +01:00
..
2018-10-13 18:20:31 +02:00
2018-11-17 09:41:59 +01:00
2018-11-17 09:41:59 +01:00
2018-10-13 18:20:31 +02:00
2018-06-16 16:31:07 +02:00
2018-07-14 10:02:32 +02:00
2018-05-15 16:37:40 +02:00
2018-10-18 20:08:32 +02:00
2018-10-18 20:08:32 +02:00
2018-07-13 16:57:17 +02:00
2018-07-15 23:05:48 +02:00
2018-06-17 17:04:34 +02:00
2018-10-13 18:20:31 +02:00
2018-01-14 15:37:52 +01:00
2018-10-13 18:20:31 +02:00
2018-10-13 18:20:31 +02:00
2018-03-31 20:59:09 +02:00
2018-10-20 15:28:34 +02:00
2018-06-17 09:06:16 +02:00
2018-10-13 18:20:31 +02:00
2018-01-14 15:37:52 +01:00
2018-11-10 21:30:01 +01:00
2018-06-17 17:20:16 +02:00
2018-06-17 17:20:16 +02:00
2018-11-14 19:10:52 +01:00
2018-11-13 16:49:15 +01:00
2018-06-16 16:28:03 +02:00
2018-11-17 09:41:59 +01:00
2018-11-10 21:30:01 +01:00
2018-10-13 18:55:19 +02:00