aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-11-05 21:42:07 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-11-05 21:42:07 +0000
commit60fc149e437f95707ce4eb1b52dadd705e6f8aeb (patch)
tree58f195f73444a34253e2cfe500d97f2d47430b0a
parent894835f6119815b70e570df30176c43ca11a6cde (diff)
downloadllvm-60fc149e437f95707ce4eb1b52dadd705e6f8aeb.zip
llvm-60fc149e437f95707ce4eb1b52dadd705e6f8aeb.tar.gz
llvm-60fc149e437f95707ce4eb1b52dadd705e6f8aeb.tar.bz2
Fix CSS style name.
llvm-svn: 252215
-rw-r--r--clang/www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 3bd6caf..040e539 100644
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -596,12 +596,12 @@ as the draft C++1z standard evolves.</p>
<tr>
<td>Remove deprecated <tt>register</tt> storage class</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0001r1.html">P0001R1</a></td>
- <td class="no" align="center">No</td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td>Remove deprecated <tt>bool</tt> increment</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0002r1.html">P0002R1</a></td>
- <td class="no" align="center">No</td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td>Make exception specifications part of the type system</td>