diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-12-01 03:32:42 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-12-01 03:32:42 +0000 |
commit | a7d9378761f90b1848660b2158dcff192dab2bef (patch) | |
tree | 6af2cbee4f0d694128b5bb028419e96da78541e6 /clang/www | |
parent | b17d6fa5b399ac1c499796fcbf8d88263f67cf9c (diff) | |
download | bcm5719-llvm-a7d9378761f90b1848660b2158dcff192dab2bef.tar.gz bcm5719-llvm-a7d9378761f90b1848660b2158dcff192dab2bef.zip |
P0012R1: add Itanium ABI support for throwing non-noexcept function pointers and catching as noexcept.
llvm-svn: 288305
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/cxx_status.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 86d65d18de3..cd11299f852 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -612,9 +612,7 @@ as the draft C++1z standard evolves. <tr> <td>Make exception specifications part of the type system</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0012r1.html">P0012R1</a></td> - <td class="partial" align="center">Partial</td> - <!-- We don't correctly support throwing noexcept function types and - catching as non-noexcept yet. --> + <td class="svn" align="center">SVN</td> </tr> <tr> <td><tt>__has_include</tt> in preprocessor conditionals</td> |