[PATCH] D48348: [ADT] Add zip_longest iterators.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 16:13:34 PST 2018


Meinersbur updated this revision to Diff 176507.
Meinersbur marked 2 inline comments as done.
Meinersbur added a comment.

- Use StringRef for one side of zip_longest test case
- Use size_t to avoid signed/unsigned comparison compiler warning


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D48348/new/

https://reviews.llvm.org/D48348

Files:
  include/llvm/ADT/STLExtras.h
  unittests/ADT/IteratorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48348.176507.patch
Type: text/x-patch
Size: 7365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/acb53da4/attachment.bin>


More information about the llvm-commits mailing list