diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-04-27 21:33:24 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-04-27 21:33:24 +0000 |
commit | 13e8854b186265a601545ca88f8f495fb3fb5654 (patch) | |
tree | 3d9a8da3c566698a8fbe732e21c82502e6241b3d /www/cxx_status.html | |
parent | 2bf1eb09f06a9792fa94dff0703f2aa2c4bace2a (diff) |
Track down return statements in the handlers of a function-try-block of constructors. Meh ...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70256 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index ab8171c4cf..e8547cd6bb 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -1664,7 +1664,7 @@ welcome!</p> <td class="na" align="center">N/A</td> <td class="advanced" align="center"></td> <td></td> - <td>Not all constraints are checked, such as existence of return statements in function-try-block handlers of constructors</td> + <td>Not all constraints are checked</td> </tr> <tr> <td> 15.4 [except.spec]</td> |