diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-05-10 20:06:11 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-05-10 20:06:11 +0000 |
commit | 0393e285fd621c02a3f4a341bbb5c1ae4c5946d5 (patch) | |
tree | a8e3061a757ff397e182de2cec05ac98bfbe17d6 | |
parent | 6e8ed16ffef02b82995a90bdcf10ffff7d63839a (diff) |
Update minor points in C++ status table.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71406 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index f4b799d668..f69f84e9f7 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -290,17 +290,17 @@ welcome!</p> <td> 3.3.1 [basic.scope.pdecl]</td> <td class="na">N/A</td> <td class="na">N/A</td> - <td class="advanced"></td> + <td class="complete" align="center">✓</td> <td class="na">N/A</td> - <td>See PR3184</td> + <td></td> </tr> <tr> <td> 3.3.2 [basic.scope.local]</td> <td class="na">N/A</td> <td class="na">N/A</td> - <td class="advanced"></td> + <td class="complete" align="center">✓</td> <td class="na">N/A</td> - <td>try-catch not implemented</td> + <td></td> </tr> <tr> <td> 3.3.3 [basic.scope.proto]</td> |