summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2019-07-25 15:10:56 +0000
committerErich Keane <erich.keane@intel.com>2019-07-25 15:10:56 +0000
commit609d9a60a793588b1602d49e1e710f73d70fe465 (patch)
treee47fbc40303658595e3c0670c792a4c702637475 /www
parenta6c6faa2b4d8a96dc6a383e93e61a4fd27eb8140 (diff)
downloadclang-609d9a60a793588b1602d49e1e710f73d70fe465.tar.gz
Implement P1771
As passed in the Cologne meeting and treated by Core as a DR, [[nodiscard]] was applied to constructors so that they can be diagnosed in cases where the user forgets a variable name for a type. The intent is to enable the library to start using this on the constructors of scope_guard/lock_guard. Differential Revision: https://reviews.llvm.org/D64914 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index e9953bdb64..07afc8f40a 100755
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -664,7 +664,7 @@ version 3.7.
</tr>
<tr> <!-- from Cologne 2019 -->
<td><a href="http://wg21.link/p1771r1">P1771R1</a> (<a href="#dr">DR</a>)</td>
- <td class="none" align="center">No</td>
+ <td class="none" align="center">SVN</td>
</tr>
<tr>
<td><tt>[[maybe_unused]]</tt> attribute</td>