Paul Fultz II bba6dfb8b2 Fix issue 4744: ValueFlow: known integer result
This fixes valueflow to have a value for `||` operator here:

```cpp
bool f()
{
	bool a = (4 == 3); // <-- 0
	bool b = (3 == 3); // <-- 1
	return a || b; // <-- 1
}
```
2019-01-03 07:05:31 +01:00
..
2018-10-13 18:20:31 +02:00
2018-10-13 18:20:31 +02:00
2018-12-25 21:11:23 +01:00
2018-12-25 21:11:23 +01:00
2018-12-28 12:59:05 +01:00
2018-05-15 16:37:40 +02:00
2018-12-23 12:42:18 +01:00
2018-12-28 12:59:05 +01:00
2018-12-25 21:11:23 +01:00
2018-12-25 21:11:23 +01:00
2018-12-31 10:18:28 +01:00
2018-12-30 18:31:37 +01:00
2018-12-25 21:11:23 +01:00
2018-07-15 23:05:48 +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-06-17 17:20:16 +02:00
2018-06-17 17:20:16 +02:00
2018-12-21 13:54:59 +01:00
2018-12-28 12:59:05 +01:00
2018-12-30 19:31:50 +01:00
2018-12-08 11:53:37 +01:00