This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7838d0a331 [WebAssembly] Add a comment about why v128.const test was d [...] new 1fada3c69e5 [ADT] Add a fallible_iterator wrapper.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/ProgrammersManual.rst | 80 +++++++-- include/llvm/ADT/fallible_iterator.h | 243 +++++++++++++++++++++++++++ include/llvm/Object/Archive.h | 33 ++-- lib/Object/Archive.cpp | 9 +- tools/llvm-objcopy/llvm-objcopy.cpp | 3 - unittests/ADT/CMakeLists.txt | 3 + unittests/ADT/FallibleIteratorTest.cpp | 291 +++++++++++++++++++++++++++++++++ 7 files changed, 624 insertions(+), 38 deletions(-) create mode 100644 include/llvm/ADT/fallible_iterator.h create mode 100644 unittests/ADT/FallibleIteratorTest.cpp