[all-commits] [llvm/llvm-project] 8a17e7: [NFC] Introduce llvm::to_vector_of to allow creati...
yurai007 via All-commits
all-commits at lists.llvm.org
Fri Aug 12 06:22:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a17e74ca991bc7b9c1bda38107201edac244d0f
https://github.com/llvm/llvm-project/commit/8a17e74ca991bc7b9c1bda38107201edac244d0f
Author: Dawid Jurczak <dawid_jurek at vp.pl>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/SmallVector.h
M llvm/unittests/ADT/SmallVectorTest.cpp
Log Message:
-----------
[NFC] Introduce llvm::to_vector_of to allow creation of SmallVector<T> from range of items convertible to type T
It's https://reviews.llvm.org/D129565 follow-up.
Differential Revision: https://reviews.llvm.org/D129781
More information about the All-commits
mailing list