summaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-01-07 22:24:45 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-01-07 22:24:45 +0000
commita65e076e2e50dd8812cde1071bae9fa522938029 (patch)
tree467fe97763516017c47275a1b8990d7afc627045 /docs/LanguageExtensions.rst
parent9987ce279d2dc1aa79da047b919091c984d6485c (diff)
downloadclang-a65e076e2e50dd8812cde1071bae9fa522938029.tar.gz
Converted Block-ABI-Apple.txt => Block-ABI-Apple.rst.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171799 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 50630490aa..4d616f8097 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -11,7 +11,8 @@ Clang Language Extensions
ObjectiveCLiterals
BlockLanguageSpec
- AutomaticReferenceCounting
+ Block-ABI-Apple
+ AutomaticReferenceCounting
Introduction
============
@@ -850,8 +851,8 @@ Blocks
======
The syntax and high level language feature description is in
-:doc:`BlockLanguageSpec`. Implementation and ABI details for the clang
-implementation are in `Block-ABI-Apple.txt <Block-ABI-Apple.txt>`_.
+:doc:`BlockLanguageSpec<BlockLanguageSpec>`. Implementation and ABI details for
+the clang implementation are in :doc:`Block-ABI-Apple<Block-ABI-Apple>`.
Query for this feature with ``__has_extension(blocks)``.