diff options
| author | Matthias Gehre <M.Gehre@gmx.de> | 2017-03-17 21:41:20 +0000 |
|---|---|---|
| committer | Matthias Gehre <M.Gehre@gmx.de> | 2017-03-17 21:41:20 +0000 |
| commit | dc01bb448f8c7abcf6bfee2f8623940c544c2b71 (patch) | |
| tree | a7cd63d637084ce99efebff2a4c9fdaa421fbe15 /clang/www/cxx_dr_status.html | |
| parent | 59ece95f6c2e814062e31f3b065bfd492b597862 (diff) | |
| download | bcm5719-llvm-dc01bb448f8c7abcf6bfee2f8623940c544c2b71.tar.gz bcm5719-llvm-dc01bb448f8c7abcf6bfee2f8623940c544c2b71.zip | |
Implement DR 373 "Lookup on namespace qualified name in using-directive"
Summary:
3.4.6 [basic.lookup.udir] paragraph 1:
In a using-directive or namespace-alias-definition, during the lookup for a namespace-name or for a name in a nested-name-specifier, only namespace names are considered.
Reviewers: rsmith, aaron.ballman
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D30848
llvm-svn: 298126
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 87a36205f56..43f14a4c4bd 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -2279,7 +2279,7 @@ of class templates</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#373">373</a></td> <td>C++11</td> <td>Lookup on namespace qualified name in using-directive</td> - <td class="none" align="center">No</td> + <td class="svn" align="center">SVN</td> </tr> <tr id="374"> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#374">374</a></td> |

