[PATCH] D117849: [docs] There are four bit storage containers.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 23 23:43:36 PST 2022
HsiangKai updated this revision to Diff 402408.
HsiangKai added a comment.
Address dexonsmith's comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117849/new/
https://reviews.llvm.org/D117849
Files:
llvm/docs/ProgrammersManual.rst
Index: llvm/docs/ProgrammersManual.rst
===================================================================
--- llvm/docs/ProgrammersManual.rst
+++ llvm/docs/ProgrammersManual.rst
@@ -2400,10 +2400,10 @@
.. _ds_bit:
-Bit storage containers (BitVector, SparseBitVector, CoalescingBitVector)
+Bit storage containers
------------------------------------------------------------------------
-There are three bit storage containers, and choosing when to use each is
+There are several bit storage containers, and choosing when to use each is
relatively straightforward.
One additional option is ``std::vector<bool>``: we discourage its use for two
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117849.402408.patch
Type: text/x-patch
Size: 654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/0a4ac28f/attachment.bin>
More information about the llvm-commits
mailing list