Fix markup weirdness.

llvm-svn: 143803
This commit is contained in:
Benjamin Kramer 2011-11-05 10:11:36 +00:00
parent 635969ca7f
commit 1c9e158120

View File

@ -10,6 +10,7 @@
.none { background-color: #FFCCCC }
.partial { background-color: #FFFF99 }
.full { background-color: #CCFF99 }
th { background-color: #FFDDAA }
</style>
</head>
<body>
@ -41,9 +42,9 @@ with clang; other versions have not been tested.</p>
<table width="689" border="1" cellspacing="0">
<tr>
<th bgcolor="#ffddaa">Language Feature</th>
<th bgcolor="#ffddaa">C++0x Proposal</th>
<th bgcolor="#ffddaa">Available in Clang?</th>
<th>Language Feature</th>
<th>C++0x Proposal</th>
<th>Available in Clang?</th>
</tr>
<tr>
<td>Rvalue references</td>
@ -53,7 +54,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;Rvalue references for <code>*this</code></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm">N2439</a></td>
<td class="full" align="center">Clang 2.9<br/></td>
<td class="full" align="center">Clang 2.9</td>
</tr>
<tr>
<td>Initialization of class objects by rvalues</td>
@ -63,7 +64,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Non-static data member initializers</td>
<td><a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm">N2756</a></td>
<td class="full" align="center">Clang 3.0</a></td>
<td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
<td>Variadic templates</td>
@ -177,7 +178,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Delegating constructors</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1986.pdf">N1986</a></td>
<td class="full" align="center">Clang 3.0<br/></td>
<td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
<td>Inheriting constructors</td>
@ -262,8 +263,8 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Explicit virtual overrides</td>
<td><a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm">N2928</a>
<br/><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm">N3206</a>
<br/><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm">N3272</a></td>
<br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm">N3206</a>
<br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm">N3272</a></td>
<td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
@ -283,7 +284,7 @@ with clang; other versions have not been tested.</p>
</tr>
<tr class="separator">
<th align="center" colspan="3" bgcolor="#ffddaa">Concurrency</th>
<th align="center" colspan="3">Concurrency</th>
</tr>
<tr>
<td>Sequence points</td>
@ -343,7 +344,7 @@ with clang; other versions have not been tested.</p>
</tr>
<tr class="separator">
<th align="center" colspan="3" bgcolor="#ffddaa">C99 Features in C++0x</th>
<th align="center" colspan="3">C99 Features in C++0x</th>
</tr>
<tr>
<td><code>__func__</code> predefined identifier</td>
@ -366,7 +367,6 @@ with clang; other versions have not been tested.</p>
<td class="none" align="center">No</td>
</tr>
</table>
<br />
</div>
</body>
</html>