[PATCH] D47532: [ASTImporter] Import the whole redecl chain of functions
Pavel Labath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 27 07:09:22 PDT 2018
labath added a comment.
In https://reviews.llvm.org/D47532#1144966, @martong wrote:
> The broken lldb tests are fixed with a minor change. We no longer load the Decls from the
> external source during the call of `DeclContext::containsDecl`. A new function
> `DeclContext::containsDeclAndLoad` is added which does a load and calls
> `containsDecl`.
>
> Re-apply commit: r335731
Thank you.
Repository:
rC Clang
https://reviews.llvm.org/D47532
More information about the cfe-commits
mailing list