[PATCH] D57618: [ADT] Add a fallible_iterator wrapper.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 12:38:07 PST 2019


lhames updated this revision to Diff 185127.
lhames added a comment.
Herald added a subscriber: jakehehrlich.
Herald added a reviewer: alexshap.

- Remove the cantFail added in r352888, since fallible_iterator makes it unneccessary.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57618

Files:
  include/llvm/ADT/fallible_iterator.h
  include/llvm/Object/Archive.h
  lib/Object/Archive.cpp
  tools/llvm-objcopy/llvm-objcopy.cpp
  unittests/ADT/CMakeLists.txt
  unittests/ADT/FallibleIteratorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57618.185127.patch
Type: text/x-patch
Size: 20673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190204/ed2ab115/attachment.bin>


More information about the llvm-commits mailing list