[PATCH] D38845: [ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, DependentScopeDeclRefExpr
Peter Szecsi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 29 19:17:41 PST 2017
szepet marked an inline comment as done.
szepet added inline comments.
================
Comment at: unittests/AST/ASTImporterTest.cpp:611
+ EXPECT_TRUE(testImport("template <typename T> struct S;"
+ "template <typename T> void declToImport() {"
+ " S<T>::foo;"
----------------
a.sidorin wrote:
> Uninstantiated templates make me worry about Windows buildbots. If they will start to fail, we should test these matchers with `-fms-compatibility` and `-fdelayed-template-parsing` options enabled.
Not sure about Windows but I can ensure that this test has passed with these args added as well.
https://reviews.llvm.org/D38845
More information about the cfe-commits
mailing list