Daniel Dunbar | eaa88c8 | 2012-04-06 23:47:34 +0000 | [diff] [blame] | 1 | .. _development: |
| 2 | |
| 3 | Development |
| 4 | =========== |
| 5 | |
| 6 | lld is developed as part of the `LLVM <http://llvm.org>`_ project. |
| 7 | |
Michael J. Spencer | 359e09d | 2013-01-20 10:39:17 +0000 | [diff] [blame^] | 8 | Using C++11 in lld |
| 9 | ------------------ |
| 10 | |
| 11 | :doc:`C++11`. |
| 12 | |
Nick Kledzik | b47d6ca | 2012-06-12 22:43:35 +0000 | [diff] [blame] | 13 | Creating a Reader |
| 14 | ----------------- |
| 15 | |
| 16 | See the :ref:`Creating a Reader <Readers>` guide. |
| 17 | |
| 18 | |
Michael J. Spencer | ed19507 | 2013-01-15 02:00:59 +0000 | [diff] [blame] | 19 | Modifying the Driver |
| 20 | -------------------- |
| 21 | |
| 22 | See :doc:`Driver`. |
| 23 | |
| 24 | |
Nick Kledzik | b47d6ca | 2012-06-12 22:43:35 +0000 | [diff] [blame] | 25 | |
| 26 | Documentation |
| 27 | ------------- |
Daniel Dunbar | eaa88c8 | 2012-04-06 23:47:34 +0000 | [diff] [blame] | 28 | |
| 29 | The project documentation is written in reStructuredText and generated using the |
| 30 | `Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more |
| 31 | information on writing documentation for the project, see the |
| 32 | :ref:`sphinx_intro`. |
Nick Kledzik | 920cedd | 2012-06-18 20:24:47 +0000 | [diff] [blame] | 33 | |
| 34 | .. toctree:: |
| 35 | :hidden: |
| 36 | |
Michael J. Spencer | 359e09d | 2013-01-20 10:39:17 +0000 | [diff] [blame^] | 37 | C++11 |
Nick Kledzik | 920cedd | 2012-06-18 20:24:47 +0000 | [diff] [blame] | 38 | Readers |
Michael J. Spencer | ed19507 | 2013-01-15 02:00:59 +0000 | [diff] [blame] | 39 | Driver |