Author: rsmith
Date: Sat Mar 10 21:06:00 2012
New Revision: 152528

URL: http://llvm.org/viewvc/llvm-project?rev=152528&view=rev
Log:
cxx_status: No compiler changes are required for 'minimal support for garbage
collection'. Keep it in the table to match gcc's table, but mark it N/A.

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=152528&r1=152527&r2=152528&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Mar 10 21:06:00 2012
@@ -10,6 +10,7 @@
     .none { background-color: #FFCCCC }
     .svn  { background-color: #FFFF99 }
     .full { background-color: #CCFF99 }
+    .na { background-color: #DDDDDD }
     th { background-color: #FFDDAA }
   </style>
 </head>
@@ -271,7 +272,7 @@
     <tr>
       <td>Minimal support for garbage collection and reachability-based leak 
detection</td>
       <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2670.htm";>N2670</a></td>
-      <td class="none" align="center">No</td>
+      <td class="na" align="center">N/A</td>
     </tr>
     <tr>
       <td>Allowing move constructors to throw [noexcept]</td>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to