diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-10-11 09:14:57 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-10-11 09:14:57 +0000 |
commit | e094fe82787430db7e2e494989c40e601d50d2cb (patch) | |
tree | c6431c3379f84c3b53e4d65225ce85e23243ef3c | |
parent | 5db4d908308576b0fc574138d4aa410c529785a6 (diff) |
This ought to complete exception spec support. Man, am I glad.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83767 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index b6208e6576..151ffc6866 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -2190,9 +2190,9 @@ welcome!</p> <tr> <td> 15.4 [except.spec]</td> <td class="complete" align="center"></td> - <td></td> - <td></td> - <td></td> + <td class="complete" align="center"></td> + <td class="complete" align="center"></td> + <td class="broken"></td> <td></td> </tr> <tr> |