summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-06-18 20:15:12 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-06-18 20:15:12 +0000
commit662f41bd9d4bfb4aebaba05e6043a6ff5f0dc2ff (patch)
tree5626685b0ca756b072e03aba7e3d89f4d6219909 /www
parent105b207db81a4cce4f5e76d8da634d800ff5cb36 (diff)
downloadclang-662f41bd9d4bfb4aebaba05e6043a6ff5f0dc2ff.tar.gz
clang-662f41bd9d4bfb4aebaba05e6043a6ff5f0dc2ff.tar.bz2
clang-662f41bd9d4bfb4aebaba05e6043a6ff5f0dc2ff.tar.xz
DR14, DR101, and part of DR1: fix handling of extern "C" declarations in
namespaces, by treating them just like we treat extern "C" declarations in function scope. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184223 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_dr_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index 19fe637d65..eda94fb38a 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -122,7 +122,7 @@
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#14">14</a></td>
<td>NAD</td>
<td>extern "C" functions and declarations in different namespaces</td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#15">15</a></td>
@@ -644,7 +644,7 @@
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#101">101</a></td>
<td>TC1</td>
<td>Redeclaration of extern "C" names via using-declarations</td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#102">102</a></td>