diff options
| author | Michael Gottesman <mgottesman@apple.com> | 2013-01-07 22:24:45 +0000 |
|---|---|---|
| committer | Michael Gottesman <mgottesman@apple.com> | 2013-01-07 22:24:45 +0000 |
| commit | 6fd5846b573be444bfc9a63ec459d6779abbc39c (patch) | |
| tree | 507598f7285b25da0938c2167a26c7bfa8f02e12 /clang/docs/LanguageExtensions.rst | |
| parent | c60d7d96f5c8f7200fca9dc2193fa115f51d8561 (diff) | |
| download | bcm5719-llvm-6fd5846b573be444bfc9a63ec459d6779abbc39c.tar.gz bcm5719-llvm-6fd5846b573be444bfc9a63ec459d6779abbc39c.zip | |
Converted Block-ABI-Apple.txt => Block-ABI-Apple.rst.
llvm-svn: 171799
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
| -rw-r--r-- | clang/docs/LanguageExtensions.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 50630490aae..4d616f80979 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/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)``. |

