mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
move the section for string-like containers to follow the section for sequential containers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135799 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce501030d9
commit
7314a20a59
@ -68,6 +68,10 @@ option</a></li>
|
||||
<li><a href="#dss_packedvector">llvm/ADT/PackedVector.h</a></li>
|
||||
<li><a href="#dss_other">Other Sequential Container Options</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#ds_string">String-like containers</a>
|
||||
<!--<ul>
|
||||
todo
|
||||
</ul>--></li>
|
||||
<li><a href="#ds_set">Set-Like Containers (std::set, SmallSet, SetVector, etc)</a>
|
||||
<ul>
|
||||
<li><a href="#dss_sortedvectorset">A sorted 'vector'</a></li>
|
||||
@ -92,10 +96,6 @@ option</a></li>
|
||||
<li><a href="#dss_inteqclasses">"llvm/ADT/IntEqClasses.h"</a></li>
|
||||
<li><a href="#dss_othermap">Other Map-Like Container Options</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#ds_string">String-like containers</a>
|
||||
<!--<ul>
|
||||
todo
|
||||
</ul>--></li>
|
||||
<li><a href="#ds_bit">BitVector-like containers</a>
|
||||
<ul>
|
||||
<li><a href="#dss_bitvector">A dense bitvector</a></li>
|
||||
@ -1212,6 +1212,21 @@ underlying container but don't affect the cost of the container itself.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<h3>
|
||||
<a name="ds_string">String-like containers</a>
|
||||
</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<p>
|
||||
TODO: const char* vs stringref vs smallstring vs std::string. Describe twine,
|
||||
xref to #string_apis.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<h3>
|
||||
<a name="ds_set">Set-Like Containers (std::set, SmallSet, SetVector, etc)</a>
|
||||
@ -1653,20 +1668,6 @@ always better.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<h3>
|
||||
<a name="ds_string">String-like containers</a>
|
||||
</h3>
|
||||
|
||||
<div>
|
||||
|
||||
<p>
|
||||
TODO: const char* vs stringref vs smallstring vs std::string. Describe twine,
|
||||
xref to #string_apis.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<h3>
|
||||
<a name="ds_bit">Bit storage containers (BitVector, SparseBitVector)</a>
|
||||
|
Loading…
Reference in New Issue
Block a user