From 6d244d754b00543fdca0b4d3366033dc797525ec Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sun, 11 Mar 2012 03:06:00 +0000 Subject: [PATCH] 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 --- clang/www/cxx_status.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 9cc82bad1a73..aacd9e424f29 100644 --- a/clang/www/cxx_status.html +++ b/clang/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 } @@ -271,7 +272,7 @@ with clang; other versions have not been tested.

Minimal support for garbage collection and reachability-based leak detection N2670 - No + N/A Allowing move constructors to throw [noexcept]