blob: 4716ba1795df1542c5ea7467d04cac753159b160 [file] [log] [blame]
Daniel Dunbareaa88c82012-04-06 23:47:34 +00001.. _development:
2
3Development
4===========
5
6lld is developed as part of the `LLVM <http://llvm.org>`_ project.
7
Michael J. Spencer359e09d2013-01-20 10:39:17 +00008Using C++11 in lld
9------------------
10
11:doc:`C++11`.
12
Nick Kledzikb47d6ca2012-06-12 22:43:35 +000013Creating a Reader
14-----------------
15
16See the :ref:`Creating a Reader <Readers>` guide.
17
18
Michael J. Spencered195072013-01-15 02:00:59 +000019Modifying the Driver
20--------------------
21
22See :doc:`Driver`.
23
24
Nick Kledzikb47d6ca2012-06-12 22:43:35 +000025
26Documentation
27-------------
Daniel Dunbareaa88c82012-04-06 23:47:34 +000028
29The project documentation is written in reStructuredText and generated using the
30`Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more
31information on writing documentation for the project, see the
32:ref:`sphinx_intro`.
Nick Kledzik920cedd2012-06-18 20:24:47 +000033
34.. toctree::
35 :hidden:
36
Michael J. Spencer359e09d2013-01-20 10:39:17 +000037 C++11
Nick Kledzik920cedd2012-06-18 20:24:47 +000038 Readers
Michael J. Spencered195072013-01-15 02:00:59 +000039 Driver