[PATCH] D47532: [ASTImporter] Import the whole redecl chain of functions

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 27 06:37:47 PDT 2018


martong added a comment.

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


Repository:
  rC Clang

https://reviews.llvm.org/D47532





More information about the cfe-commits mailing list