diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2016-10-19 18:02:21 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-10-19 18:02:21 +0000 |
commit | a85154518feb42ee640d5866fe234128932b3a1d (patch) | |
tree | f42fcdbcf1270187015df1b9f1f45988b18c1a8d /lldb/packages/Python/lldbsuite/test/help/TestHelp.py | |
parent | 5b1abfc88ec2d30801ac212b75ac1dfbcc195886 (diff) | |
download | bcm5719-llvm-a85154518feb42ee640d5866fe234128932b3a1d.tar.gz bcm5719-llvm-a85154518feb42ee640d5866fe234128932b3a1d.zip |
[ADT] Zip range adapter
This augments the STLExtras toolset with a zip iterator and range
adapter. Zip comes in two varieties: `zip`, which will zip to the
shortest of the input ranges, and `zip_first`, which limits its
`begin() == end()` checks to just the first range.
Recommit r284035 after MSVC2013 support has been dropped.
Patch by: Bryant Wong <github.com/bryant>
Differential Revision: https://reviews.llvm.org/D23252
llvm-svn: 284623
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/help/TestHelp.py')
0 files changed, 0 insertions, 0 deletions