[PATCH] D22951: [ADT] Add filter_iterator for filtering elements

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 18:41:50 PDT 2016


timshen created this revision.
timshen added reviewers: dblaikie, chandlerc.
timshen added a subscriber: llvm-commits.

filter_iterator is an iterator adaptor that filters a given iterator by a given predicate.

https://reviews.llvm.org/D22951

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22951.66070.patch
Type: text/x-patch
Size: 4223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160729/40bfbb32/attachment.bin>


More information about the llvm-commits mailing list