From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Sun, 11 Mar 2012 03:06:00 +0000 (+0000) Subject: cxx_status: No compiler changes are required for 'minimal support for garbage X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15dcec73d1e261533c2a32d5f11928570266f7c8;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152528 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 9cc82bad1a..aacd9e424f 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -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>