Ehud Katz
24b326cc61
[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
..
2020-01-09 09:42:32 +02:00
2019-12-04 11:44:12 +00:00
2020-01-06 20:44:14 -08:00
2019-11-21 10:48:08 -08:00
2019-12-11 18:02:14 -08:00
2019-12-11 18:02:14 -08:00
2019-08-23 22:09:58 +00:00
2019-07-17 11:22:19 +00:00
2019-10-31 07:51:38 -07:00
2019-09-20 14:31:42 +00:00
2019-11-13 16:34:37 -08:00
2019-06-28 01:52:13 +00:00
2019-09-05 23:07:10 +00:00
2020-01-06 10:50:26 +00:00
2019-10-02 00:26:58 +00:00
2019-11-13 16:34:37 -08:00
2019-08-28 15:00:45 +00:00
2019-12-23 15:58:19 +00:00
2019-09-09 23:06:13 +00:00
2019-11-19 19:55:43 +05:30
2019-10-21 08:31:25 +00:00
2019-10-21 08:31:25 +00:00
2020-01-06 18:26:42 -05:00
2020-01-07 15:10:08 -05:00
2020-01-03 15:25:50 -05:00
2020-01-03 15:25:50 -05:00
2019-11-20 15:53:55 +05:30
2019-08-15 15:54:37 +00:00
2019-11-19 16:33:16 +03:00
2019-12-30 14:24:25 -05:00
2020-01-07 21:56:16 -05:00
2020-01-07 15:10:08 -05:00
2020-01-07 15:10:08 -05:00
2020-01-07 15:10:08 -05:00
2020-01-07 15:10:07 -05:00
2019-12-30 09:55:46 -05:00
2020-01-07 16:36:31 -05:00
2019-11-19 21:02:27 -08:00
2019-11-13 16:34:37 -08:00
2019-08-25 12:47:31 +00:00
2019-10-15 12:56:24 +00:00
2019-12-22 19:39:28 +01:00
2019-11-19 19:55:43 +05:30
2019-11-19 19:55:43 +05:30
2020-01-06 20:42:22 -08:00
2019-07-16 04:46:31 +00:00
2019-07-05 21:09:53 +00:00
2019-07-05 20:26:13 +00:00
2019-11-20 15:53:55 +05:30
2019-12-17 10:07:46 +01:00
2019-07-08 18:48:39 +00:00
2020-01-06 22:31:33 -05:00
2020-01-06 18:26:42 -05:00
2020-01-06 18:26:42 -05:00
2019-10-07 19:16:26 +00:00
2019-10-07 19:16:26 +00:00
2019-07-09 19:41:51 +00:00
2019-11-13 16:34:37 -08:00
2019-11-20 22:59:30 +01:00
2019-11-13 07:11:02 +05:30
2019-11-19 19:55:43 +05:30
2019-11-13 16:34:37 -08:00
2019-12-18 23:54:20 -08:00
2019-12-18 23:54:20 -08:00
2019-11-13 16:34:37 -08:00
2019-12-22 19:39:28 +01:00
2019-11-13 16:34:37 -08:00
2019-06-17 16:48:56 +00:00
2019-10-17 21:46:56 +00:00
2020-01-03 15:25:50 -05:00
2019-11-05 14:24:48 -08:00
2019-08-01 03:25:52 +00:00
2019-12-27 08:49:43 -05:00
2019-11-20 15:56:45 +03:00
2019-12-19 11:51:52 +00:00
2019-07-11 21:30:34 +00:00
2019-10-19 01:31:09 +00:00
2019-08-15 15:54:37 +00:00
2019-11-13 16:34:37 -08:00
2019-07-09 18:10:06 +00:00
2019-11-13 16:34:37 -08:00
2019-08-15 19:22:08 +00:00
2019-08-01 23:27:28 +00:00
2020-01-03 15:20:21 -08:00
2019-09-05 22:44:06 +00:00
2019-11-04 12:19:17 -08:00
2020-01-06 10:50:26 +00:00
2019-08-15 19:22:08 +00:00
2019-08-15 19:22:08 +00:00
2019-10-21 08:31:25 +00:00
2020-01-07 12:06:54 +00:00
2019-11-11 14:42:33 +05:30
2019-07-16 17:38:50 +00:00
2019-12-30 19:36:04 -08:00
2019-06-12 17:14:03 +00:00
2019-08-15 19:22:08 +00:00
2019-08-15 19:22:08 +00:00
2019-08-15 19:22:08 +00:00
2019-08-01 23:27:28 +00:00
2019-06-24 15:50:29 +00:00
2019-08-15 19:22:08 +00:00
2019-11-13 16:34:37 -08:00
2019-09-17 17:56:13 +00:00
2019-11-13 16:34:37 -08:00
2019-08-01 23:27:28 +00:00
2020-01-08 11:32:09 -05:00
2019-11-13 16:34:37 -08:00
2019-12-23 15:58:19 +00:00
2019-10-21 08:31:25 +00:00
2019-06-16 17:13:09 +00:00
2020-01-04 18:23:14 +03:00
2019-09-17 17:56:13 +00:00
2019-12-27 16:53:29 -05:00
2020-01-06 17:21:51 -05:00
2020-01-07 15:10:08 -05:00
2020-01-07 11:07:08 -05:00
2020-01-07 15:10:07 -05:00
2019-11-19 19:55:43 +05:30
2019-12-17 13:43:10 -08:00
2019-11-26 18:59:37 +03:00
2019-11-13 16:34:37 -08:00
2019-11-13 16:34:37 -08:00
2019-11-19 19:55:43 +05:30
2019-11-19 19:55:43 +05:30
2019-11-11 21:51:59 -08:00
2019-11-11 21:51:59 -08:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-12-27 16:53:21 -05:00
2019-11-13 16:34:37 -08:00
2019-12-02 12:08:49 +00:00
2019-11-13 16:34:37 -08:00
2019-10-02 00:26:58 +00:00
2020-01-06 18:26:42 -05:00
2019-12-01 22:15:48 -08:00
2019-10-28 20:51:51 -07:00
2019-07-11 21:25:00 +00:00
2019-10-30 14:40:56 -07:00
2019-11-13 16:34:37 -08:00
2019-11-04 12:19:17 -08:00
2020-01-07 10:32:07 -05:00
2020-01-07 11:07:08 -05:00
2020-01-07 16:36:31 -05:00
2020-01-06 20:34:21 -05:00
2019-11-04 12:19:17 -08:00
2020-01-07 15:10:08 -05:00
2019-09-26 21:06:17 +00:00