summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-03-11 03:06:00 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-03-11 03:06:00 +0000
commit15dcec73d1e261533c2a32d5f11928570266f7c8 (patch)
tree2e28d3a8a83a9aed602682a9c82eba1516eb92d3 /www
parent8e55ed1ad3acf9c7f8424aa7d326b3b2c18e943b (diff)
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
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html3
1 files changed, 2 insertions, 1 deletions
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>