diff options
author | Erich Keane <erich.keane@intel.com> | 2020-01-13 07:45:17 -0800 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2020-01-13 13:51:48 -0800 |
commit | f0719bf2196c807351137ff30e39fd12aa5aa884 (patch) | |
tree | b7e27fafe932e1ad5c6bcf5cf58e09aaddd48e84 /lldb/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py | |
parent | 31441a3e007833a180b0112550eddb78547771f2 (diff) | |
download | bcm5719-llvm-f0719bf2196c807351137ff30e39fd12aa5aa884.tar.gz bcm5719-llvm-f0719bf2196c807351137ff30e39fd12aa5aa884.zip |
PR44514: Fix recovery from noexcept with non-convertible expressions
We currently treat noexcept(not-convertible-to-bool) as 'none', which
results in the typeloc info being a different size, and causing an
assert later on in the process. In order to make recovery less
destructive, replace this with noexcept(false) and a constructed 'false'
expression.
Bug Report: https://bugs.llvm.org/show_bug.cgi?id=44514
Differential Revision: https://reviews.llvm.org/D72621
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py')
0 files changed, 0 insertions, 0 deletions