[PATCH] D28514: [CodeCompletion] Reset the hidden declaration obtained after lookup when caching UsingShadowDecls

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 20 10:11:09 PST 2017


ahatanak added a comment.

If they are equal, the loop can continue because a UsingDecl doesn't hide a UsingShadowDecl that is tied to it.


Repository:
  rL LLVM

https://reviews.llvm.org/D28514





More information about the cfe-commits mailing list