diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-01-12 06:10:09 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-01-12 06:10:09 +0000 |
| commit | 173b94c9ac5daae232c4d6088a97321b2cd51005 (patch) | |
| tree | 7acd0fd251dd6e186d5c10e82a481a7db537f10d /clang | |
| parent | 02ab9c29403899848125dd08cc3ff7b9a5d0be8c (diff) | |
| download | bcm5719-llvm-173b94c9ac5daae232c4d6088a97321b2cd51005.tar.gz bcm5719-llvm-173b94c9ac5daae232c4d6088a97321b2cd51005.zip | |
Revert accidentally-committed file in r148020.
llvm-svn: 148021
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 742d54e3ff0..0dc1b86712a 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -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> |

