[PATCH] D41444: [ASTImporterTest] Make testing under '-fdelayed-template-parsing' mandatory

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 06:40:00 PST 2017


a.sidorin added a comment.

In https://reviews.llvm.org/D41444#960841, @xazax.hun wrote:

> Is it possible that this will hide other problems? Wouldn't it be better to run the tests twice once with this argument and once without it?


I don't think so. In fact, without instantiation, we are not even able to check semantic code correctness inside templates. So, we are solving this problem as well.


Repository:
  rC Clang

https://reviews.llvm.org/D41444





More information about the cfe-commits mailing list