[PATCH] D38943: [ASTImporter] import SubStmt of CaseStmt

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 16 04:22:15 PDT 2017


xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.



================
Comment at: unittests/AST/ASTImporterTest.cpp:100
 
+  // This might catch other cases.
+  Imported->dump(ToNothing);
----------------
I would elaborate a bit more on the purpose of the code below.


https://reviews.llvm.org/D38943





More information about the cfe-commits mailing list