aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-09 07:03:22 +0000
committerChris Lattner <sabre@nondot.org>2009-03-09 07:03:22 +0000
commita7dbdf5c76d5da124f9384012c89eb1602de58e2 (patch)
tree9fbb1690374876ea44546c58a94e1a5098cda4d0
parent7cfc817600614a0cb3c3d259138f31737a797ec4 (diff)
link to blocks dox
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66414 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LanguageExtensions.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 739181d9b9..5b8518b330 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -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>