mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
docs: Reorganize landing page.
Language extensions are highly relevant to using clang as a compiler, so move LanguageExtensions up into `Using Clang as a Compiler` on the landing page. The other documents from the now-gone `Language Extensions and Specs` section on the landing page nicely fit hierarchically under LanguageExtensions.rst, so put them under LanguageExtensions.rst's toctree instead of on the landing page. Impetus from Jordan Rose. llvm-svn: 171409
This commit is contained in:
@@ -5,6 +5,13 @@ Clang Language Extensions
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
ObjectiveCLiterals
|
||||
BlockLanguageSpec
|
||||
AutomaticReferenceCounting
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ Using Clang as a Compiler
|
||||
:maxdepth: 1
|
||||
|
||||
UsersManual
|
||||
LanguageExtensions
|
||||
AddressSanitizer
|
||||
ThreadSanitizer
|
||||
MemorySanitizer
|
||||
@@ -51,18 +52,6 @@ Design Documents
|
||||
PCHInternals
|
||||
|
||||
|
||||
Language Extensions and Specs
|
||||
-----------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
LanguageExtensions
|
||||
ObjectiveCLiterals
|
||||
BlockLanguageSpec
|
||||
AutomaticReferenceCounting
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user