a_sidorin accepted this revision.
a_sidorin added a comment.
Hello Shafik!
The patch looks good, I only have a few stylish nits.
Comment at: clang/unittests/AST/ASTImporterTest.cpp:5964
+ new SourceWithCompletedTagList(CompletedTags);
+ clang::ASTContext &context = FromTU
a_sidorin accepted this revision.
a_sidorin added a comment.
This revision is now accepted and ready to land.
👍
Comment at:
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:277
merger.RemoveSources(importer_source);
- return ret;
+ if (ret_or_error)
+
a_sidorin accepted this revision.
a_sidorin added a comment.
This revision is now accepted and ready to land.
Hello Gabor!
This looks good to me, but let's wait for LLDB guys to take a look at the
patch. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.
a_sidorin accepted this revision.
a_sidorin added a comment.
This revision is now accepted and ready to land.
Hello Raphael,
I think we should accept this change. I don't see an easy way to merge the LLDB
stuff into ASTImporter; also, this patch provides a good extension point for
ASTImporter si
a_sidorin added a comment.
Hello Raphael,
Thank you for the explanation. I have +1 to Gabor's question to understand if
this functionality can actually be added to the common ASTImporter.
Comment at: clang/include/clang/AST/ASTImporter.h:149
+/// decl on its own.
+vir
a_sidorin accepted this revision.
a_sidorin added a comment.
This revision is now accepted and ready to land.
Hi Gabor,
This change looks fine to me but please wait for LLDB reviewer's decision.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54863/new/
https://r