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

Richard Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 11 11:19:09 PST 2017


rsmith added a comment.

Functionally, this looks good. How do the diagnostics look in the case where lookup only finds a non-namespace name? Eg,

  struct A { struct B {}; };
  namespace X = A::B;


https://reviews.llvm.org/D30848





More information about the cfe-commits mailing list