From: Douglas Gregor Date: Thu, 8 Sep 2011 17:19:31 +0000 (+0000) Subject: Document __has_feature(objc_instancetype). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aebb653a28b142b570596e45cb31b1d5fce1710c;p=clang Document __has_feature(objc_instancetype). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139299 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 79c42fda2e..685544f53f 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -768,6 +768,9 @@ property access via the given method. In all other respects, a method with a related result type is treated the same way as method that returns id.

+

Use __has_feature(objc_instancetype) to determine whether +the instancetype contextual keyword is available.

+

Automatic reference counting