[PATCH] D102760: [llvm] Let SmallVector construct from any Iterable

Guillaume Chatelet via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 20 01:32:44 PDT 2021


gchatelet updated this revision to Diff 346657.
gchatelet added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

- Remove dependency on iterable_range header
- Simplified implementation, added tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102760

Files:
  clang/include/clang/Basic/Module.h
  llvm/include/llvm/ADT/IterableTraits.h
  llvm/include/llvm/ADT/SmallVector.h
  llvm/tools/llvm-xray/xray-converter.cpp
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/IterableTraitsTest.cpp
  llvm/unittests/ADT/SmallVectorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102760.346657.patch
Type: text/x-patch
Size: 7447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210520/ec09ace1/attachment.bin>


More information about the cfe-commits mailing list