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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits