From b99344f7919e84aef5e0402789e09f1d53473814 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 6 Sep 2002 16:40:10 +0000 Subject: Add new section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3595 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index f08123f..046929b 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -9,6 +9,7 @@
  1. Introduction +
  2. Helpful Hints for Common Operations
  3. General Information
    • The C++ Standard Template Library @@ -145,6 +146,14 @@ href="CodingStandards.html">LLVM Coding Standards guide which focuses on how to write maintainable code more than where to put your curly braces.

      + +

    +
    +Helpful Hints for Common Operations +
      + + +
    @@ -971,6 +980,6 @@ pointer to the parent Function. Chris Lattner -Last modified: Fri Sep 6 11:21:49 CDT 2002 +Last modified: Fri Sep 6 11:39:58 CDT 2002 -- cgit v1.1