[PATCH] D91467: ADT: Take small enough, trivially copyable T by value in SmallVector

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 14:36:15 PST 2020


dexonsmith updated this revision to Diff 306227.
dexonsmith retitled this revision from "ADT: Take small enough, trivially copyable T by value in SmallVector (otherwise, assert)" to "ADT: Take small enough, trivially copyable T by value in SmallVector".
dexonsmith edited the summary of this revision.
dexonsmith added a comment.

Update: I decided to split out the assertions to https://reviews.llvm.org/D91744 after all. This is just rebasing on top of that.


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

https://reviews.llvm.org/D91467

Files:
  llvm/include/llvm/ADT/SmallVector.h
  llvm/unittests/ADT/SmallVectorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91467.306227.patch
Type: text/x-patch
Size: 12924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201118/8d8e2bc8/attachment.bin>


More information about the llvm-commits mailing list