[PATCH] D62131: [ASTImporter] Remove NonEquivalentDecls from ASTImporter
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 23 08:19:27 PDT 2019
martong added a comment.
> ... it is highly probable that if some pairs were ever non-equivalent they will stay non-equivalent.
This may not be true in case of LLDB, because usually they do a minimal import, and in a later phase they do a normal import which imports e.g. the members of a class.
Clearly, in this case it is wrong to cache non-equivalent decls.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62131/new/
https://reviews.llvm.org/D62131
More information about the cfe-commits
mailing list