From 098129a95ddba5d0db7032aab98ee45bce124ea7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 3 Feb 2007 03:04:03 +0000 Subject: [PATCH] Add some notes about choice of container. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33821 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 239 ++++++++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 9ecafe5dc5f..e2ee74eff94 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -44,6 +44,20 @@ option
  • Viewing graphs while debugging code
  • +
  • Picking the Right Data Structure for a Task + +
  • Helpful Hints for Common Operations