From 5d7650b71bfd8d9957bc34d36b055cb4f3e29f6c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Mar 2010 21:43:03 +0000 Subject: [PATCH] update link git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98682 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LanguageExtensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index d32842b5d2..fe364ef9c0 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -315,7 +315,7 @@ enabled. clang does not yet fully implement this feature.

The syntax and high level language feature description is in BlockLanguageSpec.txt. Implementation and ABI details for the clang implementation are in BlockImplementation.txt.

+href="Block-ABI-Apple.txt">Block-ABI-Apple.txt.

Query for this feature with __has_feature(blocks).

-- 2.50.1