[PATCH] D18578: BitVector: Add insert(), erase() and count() methods.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 15:26:02 PDT 2016


MatzeB retitled this revision from "BitVector: Add insert() and erase() methods." to "BitVector: Add insert(), erase() and count() methods.".
MatzeB updated this revision to Diff 52142.
MatzeB added a comment.

Also added the count(X) method. count(X) is another operand from std::set/DenseSet and was required to get all of SetVector<> working.


Repository:
  rL LLVM

http://reviews.llvm.org/D18578

Files:
  include/llvm/ADT/BitVector.h
  include/llvm/ADT/SmallBitVector.h
  unittests/ADT/BitVectorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18578.52142.patch
Type: text/x-patch
Size: 4632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160330/904b0cc8/attachment.bin>


More information about the llvm-commits mailing list