[PATCH] D30848: Implement DR 373 "Lookup on namespace qualified name in using-directive"

Matthias Gehre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 10 14:27:34 PST 2017


mgehre created this revision.

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.


https://reviews.llvm.org/D30848

Files:
  include/clang/Parse/Parser.h
  include/clang/Sema/Sema.h
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseExprCXX.cpp
  lib/Sema/SemaCXXScopeSpec.cpp
  test/CXX/drs/dr3xx.cpp
  www/cxx_dr_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30848.91414.patch
Type: text/x-patch
Size: 8713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170310/39447953/attachment.bin>


More information about the cfe-commits mailing list