summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-11-14 13:44:02 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-11-14 13:44:02 +0000
commit9135eee6f513333cd4668ff5b22a3fbbc327be83 (patch)
treeab10592f912c59c5e49c3f7bee0eb6ef331ab46a /www
parent8f0a1a658d9db734f55a637d6b2b64a084653fe8 (diff)
downloadclang-9135eee6f513333cd4668ff5b22a3fbbc327be83.tar.gz
Complete support for the SD-6 standing document (based off N4200) with support for __has_cpp_attribute.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 5239c2030b..cdb05a1440 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -590,8 +590,8 @@ Clang version they became available:</p>
</td>
</tr>
<tr>
- <td class="partial" align="center">
- SVN (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4200">N4200</a>): Partial <a href="#n4200">(1)</a>
+ <td class="full" align="center">
+ SVN (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4200">N4200</a>)</a>
</td>
</tr>
<tr>
@@ -611,10 +611,6 @@ Clang version they became available:</p>
</tr>
</table>
-<p>
-<span id="n4200">(1): <code>__has_cpp_attribute</code> is not yet supported.</span>
-</p>
-
</div>
</body>
</html>