summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-02-19 23:09:37 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-02-19 23:09:37 +0000
commitea8a523231bdeb1fd9781815eafcc209026a79b6 (patch)
tree3225ade0959e871fafa81f526d9ceac5114ae30c /docs/index.rst
parente2ceaea5f5ea5786a638e29e92d7d48d7188e7c6 (diff)
Until attribute documentation is implemented as a server-side feature, I will be manually committing AttributeReference.rst so that attribute documentation can be on the live server instead of simply disappearing from the language extensions page without obvious replacement.
This is a temporary stop-gap solution until server-side generation is implemented, at which point the AttributeReference.rst will go back to holding placeholder text. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 58ed5115d3..b6cd00b7a1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -9,7 +9,6 @@
:maxdepth: 1
ReleaseNotes
- AttributeReference
Using Clang as a Compiler
=========================
@@ -19,6 +18,7 @@ Using Clang as a Compiler
UsersManual
LanguageExtensions
+ AttributeReference
CrossCompilation
ThreadSafetyAnalysis
AddressSanitizer