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 | 87c5e2f5d42951f8130f519c143c274ac5fd3fb4 (patch) | |
tree | 08eec8b17270af49cd864eb8a6203edc3c4ca7e7 /clang/docs | |
parent | a630995f5053a3e613bcbb6100fbe712e6bfd350 (diff) | |
download | bcm5719-llvm-87c5e2f5d42951f8130f519c143c274ac5fd3fb4.tar.gz bcm5719-llvm-87c5e2f5d42951f8130f519c143c274ac5fd3fb4.zip |
update link
llvm-svn: 98682
Diffstat (limited to 'clang/docs')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index d32842b5d23..fe364ef9c00 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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> |