diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-09-19 17:53:21 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-09-19 17:53:21 +0000 |
commit | 7dca3127c2ad98c3f5a291d8f4878348772bb558 (patch) | |
tree | 140c2f2c236dd94d1e57d7a50c3a7819fb7d0055 /lldb/packages/Python/lldbsuite/test/python_api/frame/inlines | |
parent | 6b8d75425eebee8c0c2b279ac2cf0c669d1846fe (diff) | |
download | bcm5719-llvm-7dca3127c2ad98c3f5a291d8f4878348772bb558.tar.gz bcm5719-llvm-7dca3127c2ad98c3f5a291d8f4878348772bb558.zip |
Don't require relops on variant alternatives to all return the same
type.
Libc++ correctly asserts that a set of visitors for a variant all
return the same type. However, we use the visitation machinary to
perform relational operations. This causes a static assertion when
some of the alternatives relops return a UDT which is implicitly
convertible to bool instead of 'bool' exactly.
llvm-svn: 342560
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/inlines')
0 files changed, 0 insertions, 0 deletions