aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2008-12-02 17:22:40 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2008-12-02 17:22:40 +0000
commit5eb1969cccecaa453fff95949b0e02af01a08163 (patch)
tree9f662e3976b8263260a8a7104cf7c40b21caf3d4
parentbcf293bb63d1ce9f77ef8232432d979750d30b70 (diff)
Parsing new and delete is now complete.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60425 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 5e1c3dcfca..9eac773703 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -502,7 +502,7 @@ welcome!</p>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;5.3.3 [expr.sizeof]</td><td></td><td></td><td></td><td></td><td></td></tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;5.3.4 [expr.new]</td>
- <td class="advanced" align="center"></td>
+ <td class="complete" align="center">&#x2713;</td>
<td class="medium" align="center"></td>
<td class="medium" align="center"></td>
<td></td>
@@ -510,7 +510,7 @@ welcome!</p>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;5.3.5 [expr.delete]</td>
- <td class="advanced" align="center"></td>
+ <td class="complete" align="center">&#x2713;</td>
<td class="complete" align="center">&#x2713;</td>
<td class="complete" align="center">&#x2713;</td>
<td></td>