diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-10-26 01:37:36 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-10-26 01:37:36 +0000 |
commit | 25ea2c6bf212a2580b2c6907cd7539a5a01c9d87 (patch) | |
tree | b665fd2f0a1e4a6adf935877f181013e16588e52 /www | |
parent | 6fe2a45182c24cfc5c64dabdca8cbc972efdba45 (diff) | |
download | clang-25ea2c6bf212a2580b2c6907cd7539a5a01c9d87.tar.gz |
[cxx_status] update comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-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 870008eef5..bf289f7af4 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -614,7 +614,7 @@ as the draft C++1z standard evolves. <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, nor mangling exception specifications. --> + catching as non-noexcept yet. --> </tr> <tr> <td><tt>__has_include</tt> in preprocessor conditionals</td> |