[PATCH] D38943: [ASTImporter] import SubStmt of CaseStmt
Aleksei Sidorin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 30 12:08:43 PST 2018
a.sidorin added inline comments.
Herald added subscribers: llvm-commits, rnkovacs.
================
Comment at: cfe/trunk/unittests/AST/ASTImporterTest.cpp:100
+ // This traverses the AST to catch certain bugs like poorly or not
+ // implemented subtrees.
----------------
I just saw this change and I cannot find the reason, why do we need to print the imported declaration after we have printed the entire translation unit? Is there some special case?
Repository:
rL LLVM
https://reviews.llvm.org/D38943
More information about the cfe-commits
mailing list