aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>