summaryrefslogtreecommitdiff
path: root/www/spec.html
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-12-07 21:16:40 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-12-07 21:16:40 +0000
commite8fcf83b576ff70ba5886fbd73434218a68ac414 (patch)
treecb9ce2a96b6c083a139ccfa5dadb6fc60414a646 /www/spec.html
parentcd081650f80590890b3d8e024e32ce0789f00cfa (diff)
Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking as implemented on arm when I'm not sure about that platform.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@146072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/spec.html')
-rw-r--r--www/spec.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/spec.html b/www/spec.html
index 5251d8c..63c325c 100644
--- a/www/spec.html
+++ b/www/spec.html
@@ -112,8 +112,8 @@ additional memory to hold private data. If memory can not be allocated, call
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
<td></td>
</tr>
@@ -130,9 +130,9 @@ saved in the exception object.)
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -166,8 +166,8 @@ When the personality routine encounters a termination condition, it will call
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
<td></td>
</tr>