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.

llvm-svn: 152528
This commit is contained in:
Richard Smith 2012-03-11 03:06:00 +00:00
parent 21c9f38977
commit 6d244d754b
1 changed files with 2 additions and 1 deletions

View 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>