[PATCH] D57740: [ASTImporter] Import every Decl in lambda record
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 5 06:54:33 PST 2019
balazske added inline comments.
================
Comment at: unittests/AST/ASTImporterTest.cpp:2432
+ EXPECT_TRUE(ToD);
+ Decl *ToTU = ToAST->getASTContext().getTranslationUnitDecl();
+ CXXRecordDecl *LambdaRec =
----------------
Actually the `ToTU` is not needed, this line can be removed.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57740/new/
https://reviews.llvm.org/D57740
More information about the cfe-commits
mailing list