From 10ff946838b2d8517519071b0b66e44fa272bff4 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''. llvm-svn: 9875 --- llvm/docs/ProgrammersManual.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'llvm/docs/ProgrammersManual.html') diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 8aeec6ea2ba..bacb0d6b81b 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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