[PATCH] D18579: SetVector: Add front, pop_front and additional constructor.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 17:05:21 PDT 2016


MatzeB retitled this revision from "SetVector: Add front, pop_front and resize operations" to "SetVector: Add front, pop_front and additional constructor.".
MatzeB updated the summary for this revision.
MatzeB updated this revision to Diff 52448.
MatzeB added a comment.

New version which does not introduce the resize() (or reserve()) operation anymore in favor of a constructor allowing to supply (empty) instances for the vector and set.


Repository:
  rL LLVM

http://reviews.llvm.org/D18579

Files:
  include/llvm/ADT/SetVector.h
  unittests/ADT/SetVectorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18579.52448.patch
Type: text/x-patch
Size: 5348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160402/099077ba/attachment.bin>


More information about the llvm-commits mailing list