diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-02-06 01:31:33 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-02-06 01:31:33 +0000 |
commit | 18819307d302269cd52cbaa5c5ef2ab60dc871d3 (patch) | |
tree | 76938a0f051a01755a68c222b717f103c9559acc /clang/www/cxx_dr_status.html | |
parent | d6b107136a54e1fb33f9a888bb6d8c5eec0eb5c2 (diff) | |
download | bcm5719-llvm-18819307d302269cd52cbaa5c5ef2ab60dc871d3.tar.gz bcm5719-llvm-18819307d302269cd52cbaa5c5ef2ab60dc871d3.zip |
DR101, PR12770: If a function is declared in the same context as a
using-declaration, and they declare the same function (either because
the using-declaration is in the same namespace as the declaration it
imports, or because they're both extern "C"), they do not conflict.
llvm-svn: 200897
Diffstat (limited to 'clang/www/cxx_dr_status.html')
-rw-r--r-- | clang/www/cxx_dr_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 3600c7335c7..ace581cdf92 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -645,7 +645,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="full" align="center">Yes</td> + <td class="svn" align="center">SVN</td> </tr> <tr> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#102">102</a></td> |