From: Misha Brukman Date: Tue, 11 Nov 2003 00:14:41 +0000 (+0000) Subject: Added link to ``CVS Branching and Tags Primer''. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4bf44c294b096a9000ce8fb9a25ad352ad540d0e;p=oota-llvm.git 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 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 8aeec6ea2ba..bacb0d6b81b 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.

Here are some useful links:

+

  1. Dinkumware C++ Library reference - an excellent reference for the STL and other parts of @@ -194,6 +195,20 @@ You are also encouraged to take a look at the LLVM Coding Standards guide which focuses on how to write maintainable code more than where to put your curly braces.

    + + +
       + +Other useful references +

      + +LLVM is currently using CVS as its source versioning system. You may find this +reference handy:

      + +

        +
      1. CVS Branch and Tag +Primer
      2. +