[PATCH] D92209: [ASTImporter] Support CXXDeductionGuideDecl with local typedef

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 3 10:27:47 PST 2020


martong marked an inline comment as done.
martong added a comment.

> I was thinking about to create a separate ASTImporter implementation specifically for CTU and LLDB could have it's own implementation. For that we just need to create an interface class with virtual functions.

One implementation could reside in libCrossTU and the other in LLDB. At least, that's what I thought. Unfortunately there is an obstacle which renders this whole idea practically unfeasible: Currently ASTImporter and ASTNodeImporter are `friend`s of almost all AST classes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92209/new/

https://reviews.llvm.org/D92209



More information about the cfe-commits mailing list