[PATCH] D28514: [CodeCompletion] Reset the hidden declaration obtained after lookup when caching UsingShadowDecls
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 23 07:56:37 PST 2017
arphaman added a comment.
In https://reviews.llvm.org/D28514#651724, @ahatanak wrote:
> If they are equal, the loop can continue because a UsingDecl doesn't hide a UsingShadowDecl that is tied to it.
You're right, that would be better, I didn't notice that method before.
Repository:
rL LLVM
https://reviews.llvm.org/D28514
More information about the cfe-commits
mailing list