aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-09-27 22:30:27 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-09-27 22:30:27 +0000
commit8853c353278a42fcd3f92d553955c8b9df3b14d4 (patch)
tree4179a8f4104ad49631598c0c0f64223ab59bfb1f /www
parentbb791699c095edc3e8cfaeaba7a0fb513f8c8cf4 (diff)
downloadclang-8853c353278a42fcd3f92d553955c8b9df3b14d4.tar.gz
Implementation of N3760 which is planned to be voted into C++14's draft
tomorrow is complete. There is a missing warning due to a serious issue with template instantiation in Clang (and potentially in the core language). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191577 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 3bcc3f8346..d1aa45d88c 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -471,7 +471,7 @@ available.</p>
<tr>
<td><tt>[[deprecated]]</tt> attribute</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3760.html">N3760</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Single quotation mark as digit separator</td>