[cfe-commits] r98682 - /cfe/trunk/docs/LanguageExtensions.html
Chris Lattner
sabre at nondot.org
Tue Mar 16 14:43:03 PDT 2010
Author: lattner
Date: Tue Mar 16 16:43:03 2010
New Revision: 98682
URL: http://llvm.org/viewvc/llvm-project?rev=98682&view=rev
Log:
update link
Modified:
cfe/trunk/docs/LanguageExtensions.html
Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=98682&r1=98681&r2=98682&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Tue Mar 16 16:43:03 2010
@@ -315,7 +315,7 @@
<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>
More information about the cfe-commits
mailing list