diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-09-08 17:19:31 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-09-08 17:19:31 +0000 |
commit | aebb653a28b142b570596e45cb31b1d5fce1710c (patch) | |
tree | 8ead8b0ac4b7486b864b22810e11d45d34de30ba /docs/LanguageExtensions.html | |
parent | 8f7c540ac42370c40ebcdc4b69018c938faf94ec (diff) |
Document __has_feature(objc_instancetype).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r-- | docs/LanguageExtensions.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 <tt>id</tt>.</p> +<p>Use <tt>__has_feature(objc_instancetype)</tt> to determine whether +the <tt>instancetype</tt> contextual keyword is available.</p> + <!-- ======================================================================= --> <h2 id="objc_arc">Automatic reference counting </h2> <!-- ======================================================================= --> |