[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:02:54 PDT 2018


martong accepted this revision.
martong added a comment.

LGTM!



================
Comment at: unittests/AST/ASTImporterTest.cpp:1505
     ::testing::Values(ArgVector(), ArgVector{"-fdelayed-template-parsing"}),);
+const internal::VariadicDynCastAllOfMatcher<Expr, DependentScopeDeclRefExpr>
+    dependentScopeDeclRefExpr;
----------------
Perhaps a newline before would make it more independent from the test case instantiation.


https://reviews.llvm.org/D38845





More information about the cfe-commits mailing list