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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to