[PATCH] D40562: [Sema] Ignore decls in namespaces when global decls are not wanted.

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 16:49:13 PST 2017


arphaman added a comment.

This change breaks cached completions for declarations in namespaces in libclang. What exactly are you trying to achieve here? We could introduce another flag maybe.


https://reviews.llvm.org/D40562





More information about the cfe-commits mailing list