From: Chris Lattner Date: Sun, 19 Sep 2004 23:15:47 +0000 (+0000) Subject: The lexicon doc is more of a user guide than programming dox X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d404d7fb25cb0885b87e96c1476ca6c57f978297;p=oota-llvm.git The lexicon doc is more of a user guide than programming dox git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16417 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index 5479369c3b0..1b6694156fd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,6 +70,9 @@ manual for using the LLVM test suite.
  • How to build the C/C++ front-end - Instructions for building the front-end from source.
  • +
  • The LLVM Lexicon - Definition of acronyms, terms +and concepts used in LLVM.
  • +
  • You can probably find help on the unofficial LLVM IRC channel. We often are on irc.oftc.net in the #llvm channel. If you are using the mozilla browser, and have chatzilla installed, you can
  • Coding Standards - Guidelines for hacking LLVM source.
  • -
  • The LLVM Lexicon - Definition of acronyms, terms -and concepts used in LLVM.
  • -
  • Doxygen generated documentation ( classes)