Ehud Katz
4b88f1f253
[APFloat] Fix checked error assert failures
...
`APFLoat::convertFromString` returns `Expected` result, which must be
"checked" if the LLVM_ENABLE_ABI_BREAKING_CHECKS preprocessor flag is
set.
To mark an `Expected` result as "checked" we must consume the `Error`
within.
In many cases, we are only interested in knowing if an error occured,
without the need to examine the error info. This is achieved, easily,
with the `errorToBool()` API.
2020-01-09 09:42:32 +02:00
..
2019-01-19 08:50:56 +00:00
2020-01-09 09:42:32 +02:00
2019-12-03 21:34:12 +03:00
2019-07-31 23:37:24 +00:00
2019-10-10 12:22:33 +00:00
2019-01-19 08:50:56 +00:00
2019-08-02 19:58:00 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-11-19 22:01:14 +05:30
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-12-11 21:41:14 +01:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-07-25 18:23:22 +00:00
2019-11-08 15:46:08 -05:00
2019-01-19 08:50:56 +00:00
2019-02-05 23:17:11 +00:00
2019-11-19 22:01:14 +05:30
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-23 22:59:52 +00:00
2019-01-20 21:19:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-11-14 08:10:59 -08:00
2019-08-15 15:54:37 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 10:12:11 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-20 21:19:56 +00:00
2019-01-19 08:50:56 +00:00
2019-08-20 23:29:28 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-11-06 11:17:51 +07:00
2019-10-29 17:33:57 -07:00
2019-08-21 13:56:29 +00:00
2019-03-26 05:33:52 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-10-11 07:19:54 +00:00
2019-11-14 08:10:59 -08:00
2019-10-10 18:31:57 +00:00
2019-09-25 04:58:02 +00:00
2020-01-01 17:29:04 -05:00
2019-06-07 20:23:03 +00:00
2019-01-19 08:50:56 +00:00
2019-11-28 00:49:42 +01:00
2019-08-20 23:29:28 +00:00
2020-01-08 19:10:53 -06:00
2019-01-19 08:50:56 +00:00