diff options
author | Michael Park <mcypark@gmail.com> | 2017-05-11 07:17:12 +0000 |
---|---|---|
committer | Michael Park <mcypark@gmail.com> | 2017-05-11 07:17:12 +0000 |
commit | 215f55f526b9f1d146d02f0955a127d6fc0bb703 (patch) | |
tree | 67f27608a5d60c029a354934e6d0eb69b5326a9f /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py | |
parent | c59ced36aa96c64dcb481421c113f6f9a11b4cbc (diff) | |
download | bcm5719-llvm-215f55f526b9f1d146d02f0955a127d6fc0bb703.tar.gz bcm5719-llvm-215f55f526b9f1d146d02f0955a127d6fc0bb703.zip |
Fix `std::visit` for the zero variants case.
Summary:
The following code is broken:
```
std::visit([]{});
```
Reviewers: EricWF
Reviewed By: EricWF
Differential Revision: https://reviews.llvm.org/D33090
llvm-svn: 302773
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py')
0 files changed, 0 insertions, 0 deletions