]> granicus.if.org Git - clang/commitdiff
cxx_status: No compiler changes are required for 'minimal support for garbage
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 11 Mar 2012 03:06:00 +0000 (03:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 11 Mar 2012 03:06:00 +0000 (03:06 +0000)
collection'. Keep it in the table to match gcc's table, but mark it N/A.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152528 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 9cc82bad1a73cf3759e0809f3812d42a6524a910..aacd9e424f29bf20883cb4bd20dbd4043e49baa0 100644 (file)
@@ -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 @@ with clang; other versions have not been tested.</p>
     <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>