[PATCH] D60573: [Sema] ADL: Associated namespaces for class types and enumeration types (CWG 1691)

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 11 14:41:49 PDT 2019


riccibruno updated this revision to Diff 194765.
riccibruno added a comment.

Removed the call to `isTransparentContext()` in the loop in `CollectEnclosingNamespace`. It is not actually needed since we only care about finding the innermost enclosing namespace.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60573/new/

https://reviews.llvm.org/D60573

Files:
  lib/Sema/SemaLookup.cpp
  test/CXX/basic/basic.lookup/basic.lookup.argdep/p2-associated-namespaces-classes.cpp
  test/CXX/drs/dr16xx.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60573.194765.patch
Type: text/x-patch
Size: 8350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190411/c73f6869/attachment-0001.bin>


More information about the cfe-commits mailing list