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 79c42fd..685544f 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -768,6 +768,9 @@
 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>
 <!-- ======================================================================= -->