From 4bf44c294b096a9000ce8fb9a25ad352ad540d0e Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 11 Nov 2003 00:14:41 +0000 Subject: 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 --- docs/ProgrammersManual.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/ProgrammersManual.html') 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.

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. +

    -- cgit v1.2.3-18-g5258