diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-16 21:43:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-16 21:43:03 +0000 |
commit | 5d7650b71bfd8d9957bc34d36b055cb4f3e29f6c (patch) | |
tree | 00941b3f06def0da2323ca5a20626e197724f413 /docs/LanguageExtensions.html | |
parent | ef027fe748894522653558d9475a220482395094 (diff) |
update link
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r-- | docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index d32842b5d2..fe364ef9c0 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -315,7 +315,7 @@ enabled. clang does not yet fully implement this feature.</p> <p>The syntax and high level language feature description is in <a href="BlockLanguageSpec.txt">BlockLanguageSpec.txt</a>. Implementation and ABI details for the clang implementation are in <a -href="BlockImplementation.txt">BlockImplementation.txt</a>.</p> +href="Block-ABI-Apple.txt">Block-ABI-Apple.txt</a>.</p> <p>Query for this feature with __has_feature(blocks).</p> |