[lld] r296086 - Reorganize the document structure a bit.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 20:13:09 PST 2017
Author: ruiu
Date: Thu Feb 23 22:13:08 2017
New Revision: 296086
URL: http://llvm.org/viewvc/llvm-project?rev=296086&view=rev
Log:
Reorganize the document structure a bit.
C++11.rst is removed because LLD now follows the usual coding style
of the LLVM project.
Removed:
lld/trunk/docs/C++11.rst
Modified:
lld/trunk/docs/AtomLLD.rst
lld/trunk/docs/development.rst
lld/trunk/docs/index.rst
Modified: lld/trunk/docs/AtomLLD.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/AtomLLD.rst?rev=296086&r1=296085&r2=296086&view=diff
==============================================================================
--- lld/trunk/docs/AtomLLD.rst (original)
+++ lld/trunk/docs/AtomLLD.rst Thu Feb 23 22:13:08 2017
@@ -46,9 +46,7 @@ Contents
design
getting_started
- ReleaseNotes
development
- windows_support
open_projects
sphinx_intro
Removed: lld/trunk/docs/C++11.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/C%2B%2B11.rst?rev=296085&view=auto
==============================================================================
--- lld/trunk/docs/C++11.rst (original)
+++ lld/trunk/docs/C++11.rst (removed)
@@ -1,9 +0,0 @@
-C++11
-=====
-
-Originally, LLD was developed in C++11 unlike the rest of LLVM. Now, all of
-LLVM, LLD, and Clang are developed using C++11. See the `LLVM Coding
-Standards`_ for details on the precise subset of C++11 supported by the various
-host compilers.
-
-.. _LLVM Coding Standards: http://llvm.org/docs/CodingStandards.html
Modified: lld/trunk/docs/development.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/development.rst?rev=296086&r1=296085&r2=296086&view=diff
==============================================================================
--- lld/trunk/docs/development.rst (original)
+++ lld/trunk/docs/development.rst Thu Feb 23 22:13:08 2017
@@ -5,11 +5,6 @@ Development
lld is developed as part of the `LLVM <http://llvm.org>`_ project.
-Using C++11 in lld
-------------------
-
-:doc:`C++11`.
-
Creating a Reader
-----------------
@@ -43,6 +38,5 @@ information on writing documentation for
.. toctree::
:hidden:
- C++11
Readers
Driver
Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=296086&r1=296085&r2=296086&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Thu Feb 23 22:13:08 2017
@@ -141,3 +141,4 @@ document soon.
NewLLD
AtomLLD
+ windows_support
More information about the llvm-commits
mailing list