summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-03-23 23:11:49 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-03-23 23:11:49 +0000
commitec5a306dd4e8911f22997d84ce029affbb582132 (patch)
treed77e522c49dcf2495ad31e5271a640bbf65bfee9 /www
parent3343fad1f1ec81af43674b76eddbe9ab10e344eb (diff)
Revert accidentally-committed www changes (and an unused diagnostic);
forward-declared enums aren't /quite/ done yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 8305b73ec6..28da5f096b 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -158,7 +158,7 @@ with clang; other versions have not been tested.</p>
<td>Forward declarations for enums</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf">N2764</a>
<br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1206">DR1206</a></td>
- <td class="svn" align="center">SVN</td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td>Generalized attributes</td>