From: Michael Gottesman Date: Thu, 20 Dec 2012 03:23:52 +0000 (+0000) Subject: Updated link in LanguageExtensions.rst to point to BlockLanguageSpec.rst instead... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76f98b646ef1a45fcde58d5f311704197b84a152;p=clang Updated link in LanguageExtensions.rst to point to BlockLanguageSpec.rst instead of BlockLanguageSpec.txt. Thanks to Jean-Daniel Dupas for comments! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170644 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index a0a169e427..645fe4ab9d 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -842,7 +842,7 @@ Blocks ====== The syntax and high level language feature description is in -`BlockLanguageSpec.txt `_. Implementation and ABI +`BlockLanguageSpec.rst `_. Implementation and ABI details for the clang implementation are in `Block-ABI-Apple.txt `_.