forked from OSchip/llvm-project
Revert accidentally-committed file in r148020.
llvm-svn: 148021
This commit is contained in:
parent
02ab9c2940
commit
173b94c9ac
|
@ -8,7 +8,7 @@
|
|||
<link type="text/css" rel="stylesheet" href="content.css">
|
||||
<style type="text/css">
|
||||
.none { background-color: #FFCCCC }
|
||||
.svn { background-color: #FFFF99 }
|
||||
.partial { background-color: #FFFF99 }
|
||||
.full { background-color: #CCFF99 }
|
||||
th { background-color: #FFDDAA }
|
||||
</style>
|
||||
|
@ -156,7 +156,7 @@ with clang; other versions have not been tested.</p>
|
|||
<td>
|
||||
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf">N2764
|
||||
</a></td>
|
||||
<td class="svn" align="center">SVN</td>
|
||||
<td class="none" align="center">No</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Generalized attributes</td>
|
||||
|
@ -238,7 +238,7 @@ with clang; other versions have not been tested.</p>
|
|||
<tr>
|
||||
<td>Extending <code>sizeof</code></td>
|
||||
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2253.html">N2253</a></td>
|
||||
<td class="svn" align="center">SVN</td>
|
||||
<td class="none" align="center">No</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Inline namespaces</td>
|
||||
|
|
Loading…
Reference in New Issue