Index: docs/LanguageExtensions.html
===================================================================
--- docs/LanguageExtensions.html	(revision 151805)
+++ docs/LanguageExtensions.html	(working copy)
@@ -679,7 +679,11 @@
 
 <p>Use <tt>__has_feature(cxx_decltype)</tt> or
 <tt>__has_extension(cxx_decltype)</tt> to determine if support for the
-<tt>decltype()</tt> specifier is enabled.</p>
+<tt>decltype()</tt> specifier is enabled. 
+Note that if you need to know whether the C++11 decltype (<a href=
+"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf">
+N3276</a>) is supported, use <tt>__has_feature(__cxx_decltype__)</tt> or
+<tt>__has_extension(__cxx_decltype__)</tt>.</p>
 
 <h4 id="cxx_default_function_template_args">C++11 default template arguments in function templates</h4>
 
Index: www/cxx_status.html
===================================================================
--- www/cxx_status.html	(revision 151805)
+++ www/cxx_status.html	(working copy)
@@ -119,6 +119,11 @@
       <td class="full" align="center">Clang 2.9</td>
     </tr>
     <tr>
+      <td>&nbsp;&nbsp;&nbsp;&nbsp;Incomplete return type</td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf">N3276</a></td>
+      <td class="svn" align="center">SVN</td>
+    </tr>
+    <tr>
       <td>Right angle brackets</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html">N1757</a></td>
       <td class="full" align="center">Clang 2.9</td>
