From 7314a20a59f60c58011bfcbc936c01a082e1ea3a Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Fri, 22 Jul 2011 20:46:49 +0000
Subject: [PATCH] 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
---
docs/ProgrammersManual.html | 37 +++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index bfa721ddc95..70eaddf7256 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -68,6 +68,10 @@ option
llvm/ADT/PackedVector.h
Other Sequential Container Options
+ String-like containers
+
Set-Like Containers (std::set, SmallSet, SetVector, etc)
"llvm/ADT/IntEqClasses.h"
Other Map-Like Container Options
- String-like containers
-
BitVector-like containers
- A dense bitvector
@@ -1212,6 +1212,21 @@ underlying container but don't affect the cost of the container itself.
+
+
+
+
+
+
+TODO: const char* vs stringref vs smallstring vs std::string. Describe twine,
+xref to #string_apis.
+
+
+
+
+