balazske added a comment.

There should be already a name lookup implemented somewhere in clang 
(`DeclContext`? or Sema) that maybe usable here (check if the name of the 
"used" entity is visible in the declaration context of the `using` statement). 
Probably it is not as simple to do because the `using` is already there and it 
may depend on the order.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97361

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to