diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2016-03-07 22:44:55 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2016-03-07 22:44:55 +0000 |
| commit | e7964789dabaa5b9fb26c50f54deafb7fb8db4d6 (patch) | |
| tree | e9284db077152c2c9222edb213e39ebbb193ef7d /clang/www | |
| parent | 146c14ac33136ebff2714f4596f6d7db85d6b5e8 (diff) | |
| download | bcm5719-llvm-e7964789dabaa5b9fb26c50f54deafb7fb8db4d6.tar.gz bcm5719-llvm-e7964789dabaa5b9fb26c50f54deafb7fb8db4d6.zip | |
Implement support for [[nodiscard]] in C++1z that is based off existing support for warn_unused_result, and treat it as an extension pre-C++1z. This also means extending the existing warn_unused_result attribute so that it can be placed on an enum as well as a class.
llvm-svn: 262872
Diffstat (limited to 'clang/www')
| -rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index f116aee4dcc..5027ae8174e 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -634,7 +634,7 @@ as the draft C++1z standard evolves.</p> <tr> <td><tt>[[nodiscard]]</tt> attribute</td> <td><a href="http://wg21.link/p0189r1">P0189R1</a></td> - <td class="none" align="center">No</td> + <td class="full" align="center">SVN</td> </tr> <tr> <td><tt>[[maybe_unused]]</tt> attribute</td> |

