[PATCH] D117849: [docs] There are more than three bit storage containers.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 02:09:58 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG901dd53cbf61: [docs] There are more than three bit storage containers. (authored by HsiangKai).
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
@@ -2398,10 +2398,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.402804.patch
Type: text/x-patch
Size: 654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220125/baedd47d/attachment.bin>
More information about the llvm-commits
mailing list