Files
clang-p2996/llvm/lib/Target/AMDGPU
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
..
2019-07-09 18:10:06 +00:00
2019-11-11 14:42:33 +05:30
2019-09-17 17:56:13 +00:00
2019-09-17 17:56:13 +00:00
2019-12-27 16:53:21 -05:00
2019-07-11 21:25:00 +00:00