[PATCH] D38845: [ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, DependentScopeDeclRefExpr
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 2 04:03:24 PDT 2018
martong added inline comments.
================
Comment at: unittests/AST/ASTImporterTest.cpp:1532
+ dependentNameType;
+TEST(ImportExpr, DependentNameType) {
+ MatchVerifier<Decl> Verifier;
----------------
Perhaps a newline before would make it more independent from the Matcher, as you did it at line 1544 .
https://reviews.llvm.org/D38845
More information about the cfe-commits
mailing list