]> granicus.if.org Git - clang/commitdiff
link to blocks dox
authorChris Lattner <sabre@nondot.org>
Mon, 9 Mar 2009 07:03:22 +0000 (07:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Mar 2009 07:03:22 +0000 (07:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66414 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 739181d9b98676b6db5bd103487884f1a5ae6310..5b8518b33054b0ae0d5f7cec428bc96c6457dc63 100644 (file)
@@ -52,7 +52,10 @@ href="#__builtin_shufflevector">__builtin_shufflevector</a>.</p>
 <h2 id="blocks">Blocks</h2>
 <!-- ======================================================================= -->
 
-<p>The idea, syntax, and semantics.</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>
 
 <!-- ======================================================================= -->
 <h2 id="overloading-in-c">Function Overloading in C</h2>