r262889 - Use class="svn" for features with SVN status.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 16:45:37 PST 2016


Author: rsmith
Date: Mon Mar  7 18:45:37 2016
New Revision: 262889

URL: http://llvm.org/viewvc/llvm-project?rev=262889&view=rev
Log:
Use class="svn" for features with SVN status.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=262889&r1=262888&r2=262889&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Mar  7 18:45:37 2016
@@ -629,12 +629,12 @@ as the draft C++1z standard evolves.</p>
     <tr>
       <td><tt>[[fallthrough]]</tt> attribute</td>
       <td><a href="http://wg21.link/p0188r1">P0188R1</a></td>
-      <td class="full" align="center">SVN</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td><tt>[[nodiscard]]</tt> attribute</td>
       <td><a href="http://wg21.link/p0189r1">P0189R1</a></td>
-      <td class="full" align="center">SVN</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td><tt>[[maybe_unused]]</tt> attribute</td>




More information about the cfe-commits mailing list