summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2016-03-09 16:48:08 +0000
committerAaron Ballman <aaron@aaronballman.com>2016-03-09 16:48:08 +0000
commitba9f6803ce54c7d960732400b3fd8f364788c33b (patch)
tree6bdbb40dd96665d7c6829b1c129f7b9ade24baa2 /www
parenta4a149223dcbe73632b037fd5694c8589d5ee8d5 (diff)
Implement support for [[maybe_unused]] in C++1z that is based off existing support for unused, and treat it as an extension pre-C++1z. This also means extending the existing unused attribute so that it can be placed on an enum and enumerator, in addition to the other subjects.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 5163402e35..fc354b2b89 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -639,7 +639,7 @@ as the draft C++1z standard evolves.</p>
<tr>
<td><tt>[[maybe_unused]]</tt> attribute</td>
<td><a href="http://wg21.link/p0212r1">P0212R1</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Aggregate initialization of classes with base classes</td>