Martin Hořeňovský
cd6de9cd34
Don't reconstruct expression on encountering fatal error
...
In some cases, like when given
```cpp
std::vector<char>* str =
reinterpret_cast<std::vector<char>*>(0x1234458);
CHECK(*str == std::vector<char>());
```
reconstructing the expression to report it would cause another fatal
error. Instead we just put together an AssertionResult without
reconstructing the expression fully.
This should fully fix #810
2017-03-02 18:18:28 +01:00
..
2017-02-27 13:12:13 +01:00
2017-02-21 09:10:44 +00:00
2017-01-29 23:07:15 +01:00
2017-02-15 10:03:28 +00:00
2014-03-17 18:40:58 +00:00
2017-02-13 14:12:22 +01:00
2017-02-14 09:16:54 +00:00
2017-02-13 08:20:45 +00:00
2017-03-01 15:59:10 +00:00
2017-02-13 14:12:22 +01:00
2017-01-16 16:52:44 +01:00
2014-10-21 07:24:30 +01:00
2017-01-16 10:34:16 +00:00
2017-02-12 12:48:25 +01:00
2017-01-31 16:00:42 +00:00
2017-02-13 14:12:22 +01:00
2017-02-17 23:43:31 +00:00
2017-02-22 14:14:59 +01:00
2015-11-18 08:39:21 +00:00
2017-02-21 08:56:14 +00:00
2017-03-02 18:18:28 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2017-02-14 09:16:54 +00:00
2015-09-26 18:12:21 -07:00
2017-02-13 14:12:22 +01:00
2016-03-14 07:55:00 +00:00
2013-07-03 19:14:59 +01:00
2015-08-07 17:28:48 +01:00
2017-02-13 14:12:22 +01:00
2014-05-28 18:53:01 +01:00
2014-06-30 07:33:17 +01:00
2015-11-04 18:04:15 +00:00
2014-12-22 20:10:33 +00:00
2014-12-22 20:10:33 +00:00
2017-01-29 23:07:15 +01:00
2017-02-21 15:52:03 +00:00
2017-02-14 09:16:54 +00:00
2017-02-21 16:05:04 +00:00
2017-02-22 08:26:52 +00:00
2014-05-19 18:57:14 +01:00
2014-05-19 18:57:14 +01:00
2017-02-13 14:12:22 +01:00
2017-02-13 14:12:22 +01:00
2012-08-16 18:47:41 +01:00
2015-07-01 07:33:27 +01:00
2015-07-01 07:33:27 +01:00
2017-01-16 17:00:43 +01:00
2015-07-28 18:55:11 +01:00
2015-03-04 07:54:35 +00:00
2015-08-10 07:32:21 +01:00
2017-01-15 10:05:01 +01:00
2015-09-28 01:09:06 -07:00
2017-02-14 09:16:54 +00:00
2017-02-15 10:35:01 +01:00
2015-11-04 18:04:15 +00:00
2017-03-02 18:18:28 +01:00
2017-02-13 14:12:22 +01:00
2017-02-13 14:12:22 +01:00
2014-10-03 08:15:27 +01:00
2017-02-13 14:12:22 +01:00
2016-11-28 15:47:20 +01:00
2017-01-29 23:07:15 +01:00
2014-04-18 08:49:35 +01:00
2017-02-15 17:11:44 +01:00
2014-06-30 07:33:17 +01:00
2017-02-12 12:48:25 +01:00
2014-06-30 07:33:17 +01:00
2017-01-23 17:44:55 +00:00
2017-02-12 12:17:07 +01:00
2017-02-13 14:12:22 +01:00
2017-02-12 12:17:07 +01:00
2016-03-14 07:55:00 +00:00
2017-02-22 07:49:38 +00:00
2016-09-27 09:58:12 +01:00
2014-03-17 18:40:58 +00:00
2014-09-03 19:20:23 +01:00
2017-03-01 15:59:10 +00:00
2015-11-04 18:04:15 +00:00
2017-02-01 21:31:14 +01:00
2014-12-30 18:24:31 +00:00
2017-02-09 12:57:01 +01:00
2015-11-04 18:04:15 +00:00
2017-03-01 16:04:44 +00:00
2017-02-12 12:17:07 +01:00
2017-01-16 16:52:44 +01:00
2017-02-13 15:56:25 +00:00