C++11 status: mark 'extended integral types' as N/A, since we don't support
any, and add a note that we cannot treat __int128 as an extended integral type.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177324 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 0a4d2b5..d5ea364 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -378,7 +378,7 @@
     <tr>
       <td>Extended integral types</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1988.pdf">N1988</a></td>
-      <td class="none" align="center">No</td>
+      <td class="na" align="center">N/A <a href="#n1988">(4)</a></td>
     </tr>
 </table>
 
@@ -389,6 +389,9 @@
 strong compare-exchanges.</span><br />
 <span id="n2664">(3): <code>memory_order_consume</code> is lowered to
 <code>memory_order_acquire</code>.</span>
+<span id="n1988">(4): <code>__int128</code> is not treated as an extended
+integer type, because changing <code>intmax_t</code> would be an
+ABI-incompatible change.</span>
 </p>
 
 </div>