From: Chris Lattner Date: Fri, 22 Jul 2011 20:46:49 +0000 (+0000) Subject: move the section for string-like containers to follow the section for sequential... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7314a20a59f60c58011bfcbc936c01a082e1ea3a;p=oota-llvm.git 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 --- 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)
  • -
  • String-like containers -
  • BitVector-like containers