[PATCH] D18578: Introduce BitSet: A BitVector based class behaving like std::set/DenseSet

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 16:58:10 PDT 2016


MatzeB retitled this revision from "BitVector: Add insert(), erase() and count() methods." to "Introduce BitSet: A BitVector based class behaving like std::set/DenseSet".
MatzeB updated the summary for this revision.
MatzeB updated this revision to Diff 52446.
MatzeB added a comment.

New revision introducing a new proxy class acting like a set but backed by a BitVector.

Also comes with more extensive unittests for set classes.


Repository:
  rL LLVM

http://reviews.llvm.org/D18578

Files:
  include/llvm/ADT/BitSet.h
  unittests/ADT/CMakeLists.txt
  unittests/ADT/DenseSetTest.cpp
  unittests/ADT/SetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18578.52446.patch
Type: text/x-patch
Size: 12218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160401/5de0746b/attachment.bin>


More information about the llvm-commits mailing list