diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-06 16:40:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-06 16:40:10 +0000 |
commit | b99344f7919e84aef5e0402789e09f1d53473814 (patch) | |
tree | 7999074c22e399f46d54f1edb5df0413e6380d50 /docs | |
parent | a30ed38e1fdb9b6742347a2e82115fd538c884ea (diff) | |
download | external_llvm-b99344f7919e84aef5e0402789e09f1d53473814.zip external_llvm-b99344f7919e84aef5e0402789e09f1d53473814.tar.gz external_llvm-b99344f7919e84aef5e0402789e09f1d53473814.tar.bz2 |
Add new section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3595 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ProgrammersManual.html | 11 |
1 files changed, 10 insertions, 1 deletions
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 @@ <ol> <li><a href="#introduction">Introduction</a> + <li><a href="#common">Helpful Hints for Common Operations</a> <li><a href="#general">General Information</a> <ul> <li><a href="#stl">The C++ Standard Template Library</a> @@ -145,6 +146,14 @@ href="CodingStandards.html">LLVM Coding Standards</a> guide which focuses on how to write maintainable code more than where to put your curly braces.<p> +<!-- *********************************************************************** --> +</ul><table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0> +<tr><td align=center><font color="#EEEEFF" size=+2 face="Georgia,Palatino"><b> +<a name="common">Helpful Hints for Common Operations +</b></font></td></tr></table><ul> +<!-- *********************************************************************** --> + + <!-- *********************************************************************** --> </ul><table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0> @@ -971,6 +980,6 @@ pointer to the parent Function. <a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start --> -Last modified: Fri Sep 6 11:21:49 CDT 2002 +Last modified: Fri Sep 6 11:39:58 CDT 2002 <!-- hhmts end --> </font></body></html> |