summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-11-11 00:14:41 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-11-11 00:14:41 +0000
commit4bf44c294b096a9000ce8fb9a25ad352ad540d0e (patch)
treef27bfe9259296e558cc4a8efcc634bdb7d7c6d66 /docs/ProgrammersManual.html
parent2fe6909be634932de4e45a4c37cd52f184fb9a9b (diff)
downloadllvm-4bf44c294b096a9000ce8fb9a25ad352ad540d0e.tar.gz
llvm-4bf44c294b096a9000ce8fb9a25ad352ad540d0e.tar.bz2
llvm-4bf44c294b096a9000ce8fb9a25ad352ad540d0e.tar.xz
Added link to ``CVS Branching and Tags Primer''.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 8aeec6ea2b..bacb0d6b81 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -166,6 +166,7 @@ library. There are many good pages that discuss the STL, and several books on
the subject that you can get, so it will not be discussed in this document.<p>
Here are some useful links:<p>
+
<ol>
<li><a href="http://www.dinkumware.com/refxcpp.html">Dinkumware C++
Library reference</a> - an excellent reference for the STL and other parts of
@@ -194,6 +195,20 @@ You are also encouraged to take a look at the <a
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="#441188" border=0 cellpadding=4 cellspacing=0>
+<tr><td>&nbsp;</td><td width="100%">&nbsp;
+<font color="#EEEEFF" face="Georgia,Palatino"><b>
+<a name="stl">Other useful references</a>
+</b></font></td></tr></table><ul>
+
+LLVM is currently using CVS as its source versioning system. You may find this
+reference handy:<p>
+
+<ol>
+<li><a href="http://www.psc.edu/~semke/cvs_branches.html">CVS Branch and Tag
+Primer</a></li>
+</ol><p>
<!-- *********************************************************************** -->
</ul><table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0>